diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-02 08:53:04 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-02 08:53:04 -0400 |
commit | 51d6a0925e9f1e965b74b8e4339c2ccb2a75d802 (patch) | |
tree | 6d425f59ef53e8f9024bfaa9e463ba0f8ba6bcb1 | |
parent | b469f1e0fc5f0ac882161e627a1255ee11e67c37 (diff) | |
download | perl-51d6a0925e9f1e965b74b8e4339c2ccb2a75d802.tar.gz |
x2p is gone, do not install its pod.
-rw-r--r-- | Porting/pod_lib.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Porting/pod_lib.pl b/Porting/pod_lib.pl index ed8e8efd1d..3088d16d05 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) |