diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-02-09 01:15:20 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-09 01:15:20 +0000 |
commit | 6ec7a3cac15637f4da4fd51245a4366519e35a02 (patch) | |
tree | d56b1928caf103ee6d60f7cb306f1289badb563f /pod/splitpod | |
parent | 9430eed93032653631f34ee1bcdc2588e213f34b (diff) | |
download | perl-6ec7a3cac15637f4da4fd51245a4366519e35a02.tar.gz |
Update to match new home of Pod::Functions.
Diffstat (limited to 'pod/splitpod')
-rwxr-xr-x | pod/splitpod | 3 |
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 $/ = ''; |