View | Details | Raw Unified | Return to bug 2434
Collapse All | Expand All

(-)Makefile.PL (-1 / +4 lines)
Lines 221-227 my %makefile = ( Link Here
221
    # Don't add META.yml to the MANIFEST for god's sake!
221
    # Don't add META.yml to the MANIFEST for god's sake!
222
    'NO_META' => 1,
222
    'NO_META' => 1,
223
);
223
);
224
delete $makefile{'NO_META'} if $mm_version < 6.0;
224
# That META.yml stuff was introduced with Perl 6.06_03, see
225
# <http://archive.develooper.com/makemaker@perl.org/msg00922.html>
226
# <http://archive.develooper.com/makemaker@perl.org/msg00984.html>
227
delete $makefile{'NO_META'} if $mm_version < 6.06_03;
225
228
226
229
227
if (bool($opt{'__cruft'}, 0) and not bool($opt{'ignore_cruft'}, 0)) {
230
if (bool($opt{'__cruft'}, 0) and not bool($opt{'ignore_cruft'}, 0)) {

Return to bug 2434