From: Tony Cook <tony@develop-help.com>
Date: Wed, 15 Jun 2011 13:13:32 +0000 (+1000)
Subject: binmode lib/Imager/APIRef.pod to avoid diffs from line endings
X-Git-Tag: v0.84~7
X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/091760c5d50e9f1ae42e3661dd643131f339ca15

binmode lib/Imager/APIRef.pod to avoid diffs from line endings
---

diff --git a/apidocs.perl b/apidocs.perl
index 67f108f3..7c5016de 100644
--- a/apidocs.perl
+++ b/apidocs.perl
@@ -79,6 +79,10 @@ for my $file (@files) {
 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.