This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923e4eb
)
Handle also the curliffy files when tocing.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 21 Sep 2003 09:22:57 +0000
(09:22 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 21 Sep 2003 09:22:57 +0000
(09:22 +0000)
p4raw-id: //depot/perl@21298
pod/buildtoc
patch
|
blob
|
blame
|
history
diff --git
a/pod/buildtoc
b/pod/buildtoc
index
fa26d66
..
d66b712
100644
(file)
--- a/
pod/buildtoc
+++ b/
pod/buildtoc
@@
-343,6
+343,7
@@
sub podset {
my $pod;
while(<>) {
+ tr/\015//d;
if (s/^=head1 (NAME)\s*/=head2 /) {
$pod = path2modname($ARGV);
unhead1();