]> git.imager.perl.org - imager.git/commitdiff
binmode lib/Imager/APIRef.pod to avoid diffs from line endings
authorTony Cook <tony@develop-help.com>
Wed, 15 Jun 2011 13:13:32 +0000 (23:13 +1000)
committerTony Cook <tony@develop-help.com>
Sat, 18 Jun 2011 13:24:11 +0000 (23:24 +1000)
apidocs.perl

index 67f108f3159c0e6e9d52cac42ea130efa0a5b63b..7c5016dee1c0745fec8bddcc9313d78a01aaf2f5 100644 (file)
@@ -79,6 +79,10 @@ for my $file (@files) {
 open OUT, "> $outname"
   or die "Cannot open $outname: $!";
 
 open OUT, "> $outname"
   or die "Cannot open $outname: $!";
 
+# I keep this file in git and as part of the dist, make sure newlines
+# don't mess me up
+binmode OUT;
+
 print OUT <<'EOS';
 Do not edit this file, it is generated automatically by apidocs.perl
 from Imager's source files.
 print OUT <<'EOS';
 Do not edit this file, it is generated automatically by apidocs.perl
 from Imager's source files.