Index: Makefile.PL =================================================================== RCS file: /cvsroot/spamassassin/spamassassin/Makefile.PL,v retrieving revision 1.113 diff -u -p -r1.113 Makefile.PL --- Makefile.PL 10 Sep 2003 23:27:00 -0000 1.113 +++ Makefile.PL 11 Sep 2003 20:53:38 -0000 @@ -221,7 +221,10 @@ my %makefile = ( # Don't add META.yml to the MANIFEST for god's sake! 'NO_META' => 1, ); -delete $makefile{'NO_META'} if $mm_version < 6.0; +# That META.yml stuff was introduced with Perl 6.06_03, see +# +# +delete $makefile{'NO_META'} if $mm_version < 6.06_03; if (bool($opt{'__cruft'}, 0) and not bool($opt{'ignore_cruft'}, 0)) {