From: Nicholas Clark Date: Thu, 14 Apr 2011 12:15:18 +0000 (+0100) Subject: Remove DOS line endings from Makefile.PL and META.yml X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6cc998b7ae9636df0d41c4fa9816876d642505b4;p=p5sagit%2FDevel-Size.git Remove DOS line endings from Makefile.PL and META.yml --- diff --git a/META.yml b/META.yml index e7c46a5..d9fe54b 100644 --- a/META.yml +++ b/META.yml @@ -1,10 +1,10 @@ -# http://module-build.sourceforge.net/META-spec.html -#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# -name: Devel-Size -version: 0.72 -version_from: lib/Devel/Size.pm -installdirs: site -requires: - -distribution_type: module -generated_by: ExtUtils::MakeMaker version 6.17 +# http://module-build.sourceforge.net/META-spec.html +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: Devel-Size +version: 0.72 +version_from: lib/Devel/Size.pm +installdirs: site +requires: + +distribution_type: module +generated_by: ExtUtils::MakeMaker version 6.17 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);