summaryrefslogtreecommitdiff
path: root/pod/splitpod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-02-09 01:15:20 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-02-09 01:15:20 +0000
commit6ec7a3cac15637f4da4fd51245a4366519e35a02 (patch)
treed56b1928caf103ee6d60f7cb306f1289badb563f /pod/splitpod
parent9430eed93032653631f34ee1bcdc2588e213f34b (diff)
downloadperl-6ec7a3cac15637f4da4fd51245a4366519e35a02.tar.gz
Update to match new home of Pod::Functions.
Diffstat (limited to 'pod/splitpod')
-rwxr-xr-xpod/splitpod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/splitpod b/pod/splitpod
index fd327d80da..8db4060370 100755
--- a/pod/splitpod
+++ b/pod/splitpod
@@ -1,6 +1,7 @@
#!/usr/bin/perl
-use PerlDoc::Functions;
+use lib '../lib'; # If you haven't installed perl yet.
+use Pod::Functions;
local $/ = '';