diff options
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 4a48fa9..1b88c3f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,7 +46,7 @@ WriteMakefile( AUTHOR => 'Thierry Vignaud', LICENSE => 'perl_5', PREREQ_PM => { - 'MDV::Packdrakeng' => '1.00', + 'MDV::Packdrakeng' => '1.00', # for URPM::Build }, META_MERGE => { 'meta-spec' => { version => 2 }, |