In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/51d6a0925e9f1e965b74b8e4339c2ccb2a75d802?hp=b469f1e0fc5f0ac882161e627a1255ee11e67c37>
- Log ----------------------------------------------------------------- commit 51d6a0925e9f1e965b74b8e4339c2ccb2a75d802 Author: Jarkko Hietaniemi <[email protected]> Date: Mon Jun 2 08:53:04 2014 -0400 x2p is gone, do not install its pod. ----------------------------------------------------------------------- Summary of changes: Porting/pod_lib.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/Porting/pod_lib.pl b/Porting/pod_lib.pl index ed8e8ef..3088d16 100644 --- 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) -- Perl5 Master Repository
