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:
b469f1e
)
x2p is gone, do not install its pod.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 2 Jun 2014 12:53:04 +0000
(08:53 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 2 Jun 2014 12:53:04 +0000
(08:53 -0400)
Porting/pod_lib.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/pod_lib.pl
b/Porting/pod_lib.pl
index
ed8e8ef
..
3088d16
100644
(file)
--- a/
Porting/pod_lib.pl
+++ b/
Porting/pod_lib.pl
@@
-507,8
+507,6
@@
sub __prime_state {
}
}
close $master or my_die("close pod/perl.pod: $!");
- # This has to be special-cased somewhere. Turns out this is cleanest:
- push @{$state{master}}, ['a2p', 'x2p/a2p.pod', {toc_omit => 1}];
my_die("perl.pod sets flags for unknown pods: "
. join ' ', sort keys %flag_set)