diff options
-rwxr-xr-x | Makefile.PL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 90b00f3..41472e4 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -45,6 +45,10 @@ WriteMakefile( PREREQ_PM => { 'MDV::Packdrakeng' => '1.00', }, + META_MERGE => { + 'meta-spec' => { version => 2 }, + release_status => 'stable' + }, CCFLAGS => $ccflags, VERSION_FROM => 'URPM.pm', LIBS => [ $ldflags ], |