]> git.donarmstrong.com Git - debbugs.git/blob - Makefile.PL
merge changes from dla source tree
[debbugs.git] / Makefile.PL
1 #!/usr/bin/perl
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(FIRST_MAKEFILE => 'Makefile.perl',
6               PMLIBDIRS => ['Debbugs'],
7               NAME => 'Debbugs',
8               VERSION => '2.4.2',
9              );