X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=2f441a6f204f103c70a3e4b9aa2df8aa9417ce0a;hb=6cc998b7ae9636df0d41c4fa9816876d642505b4;hp=81456750f68b420f1d00bf2c355b38fc32021d38;hpb=9fc9ab867f272405574e69ef14fde78f9d840537;p=p5sagit%2FDevel-Size.git diff --git a/Makefile.PL b/Makefile.PL index 8145675..2f441a6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,11 +1,11 @@ -use ExtUtils::MakeMaker; -use Config; - -my %options = ( - NAME => 'Devel::Size', - LIBS => $Config{cc} eq 'gcc' || $Config{cc} eq 'cc' ? ['-lstdc++'] : '', - VERSION_FROM => 'lib/Devel/Size.pm', - CC => $Config{cc} eq 'cl' ? 'cl' : 'g++', -); - -WriteMakefile(%options); +use ExtUtils::MakeMaker; +use Config; + +my %options = ( + NAME => 'Devel::Size', + LIBS => $Config{cc} eq 'gcc' || $Config{cc} eq 'cc' ? ['-lstdc++'] : '', + VERSION_FROM => 'lib/Devel/Size.pm', + CC => $Config{cc} eq 'cl' ? 'cl' : 'g++', +); + +WriteMakefile(%options);