projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251a9c7
)
binmode lib/Imager/APIRef.pod to avoid diffs from line endings
author
Tony Cook
<tony@develop-help.com>
Wed, 15 Jun 2011 13:13:32 +0000
(23:13 +1000)
committer
Tony Cook
<tony@develop-help.com>
Sat, 18 Jun 2011 13:24:11 +0000
(23:24 +1000)
apidocs.perl
patch
|
blob
|
blame
|
history
diff --git
a/apidocs.perl
b/apidocs.perl
index 67f108f3159c0e6e9d52cac42ea130efa0a5b63b..7c5016dee1c0745fec8bddcc9313d78a01aaf2f5 100644
(file)
--- 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.