Remove DOS line endings from Makefile.PL and META.yml
Nicholas Clark [Thu, 14 Apr 2011 12:15:18 +0000 (13:15 +0100)]
META.yml
Makefile.PL

index e7c46a5..d9fe54b 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,10 +1,10 @@
-# http://module-build.sourceforge.net/META-spec.html\r
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#\r
-name:         Devel-Size\r
-version:      0.72\r
-version_from: lib/Devel/Size.pm\r
-installdirs:  site\r
-requires:\r
-\r
-distribution_type: module\r
-generated_by: ExtUtils::MakeMaker version 6.17\r
+# 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
index 8145675..2f441a6 100644 (file)
@@ -1,11 +1,11 @@
-use ExtUtils::MakeMaker;\r
-use Config;\r
-\r
-my %options = (       \r
-  NAME => 'Devel::Size',\r
-  LIBS => $Config{cc} eq 'gcc' || $Config{cc} eq 'cc' ? ['-lstdc++'] : '',\r
-  VERSION_FROM => 'lib/Devel/Size.pm',\r
-  CC => $Config{cc} eq 'cl' ? 'cl' : 'g++',\r
-);\r
-\r
-WriteMakefile(%options);\r
+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);