Skip to content

Commit

Permalink
EXTRA_META apparently unsupported again
Browse files Browse the repository at this point in the history
git-svn-id: http://perl-compiler.googlecode.com/svn/trunk@37 ed534f1a-1453-0410-ab30-dfc593a8b23c
  • Loading branch information
Reini Urban committed Nov 14, 2009
1 parent ed3e84a commit 68a649a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.PL
Expand Up @@ -14,10 +14,10 @@ WriteMakefile(
'B' => '1.0901'},
'AUTHOR' => 'Malcolm Beattie <mbeattie@sable.ox.ac.uk>, Reini Urban <rurban@cpan.org>',
'ABSTRACT' => 'perl compiler',
($ExtUtils::MakeMaker::VERSION gt '6.31' ?
('EXTRA_META' => "recommends:\n" .
" B::Debug: 1.06\n"
) : ()),
# ($ExtUtils::MakeMaker::VERSION gt '6.31' ?
# ('EXTRA_META' => "recommends:\n" .
# " B::Debug: 1.06\n"
# ) : ()),
clean => { FILES => "bytecode[1-9]* cccode[1-9]* ccode[1-9]* *.core *.stackdump ".
"a.out *.cee *.c *.asm *.dbg *.plc *.concise *~"},
);
Expand Down

0 comments on commit 68a649a

Please sign in to comment.