X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FB%2FMakefile.PL;h=d39d3b5f9c5e9c9b65f2f70fddb5952594115ca1;hb=7dadce444419cb5cc2a17faf09d9ea75a7e4b67b;hp=10e90b0f8124fa57e65303b2482413acd8df85c9;hpb=212c535a5149b8e2f51db0bc56d121117c0911aa;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL index 10e90b0..d39d3b5 100644 --- a/ext/B/Makefile.PL +++ b/ext/B/Makefile.PL @@ -15,14 +15,14 @@ if ($^O eq 'MSWin32') { } WriteMakefile( - NAME => "B", - VERSION => "1.00", - PL_FILES => { 'defsubs_h.PL' => 'defsubs.h' }, - MAN3PODS => {}, - clean => { - FILES => "perl$e *$o B.c defsubs.h *~" + NAME => "B", + VERSION_FROM => "B.pm", + PL_FILES => { 'defsubs_h.PL' => 'defsubs.h' }, + MAN3PODS => {}, + clean => { + FILES => "perl$e *$o B.c defsubs.h *~" } -); +); package MY;