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:
9430eed
)
Update to match new home of Pod::Functions.
author
Perl 5 Porters
<perl5-porters@africa.nicoh.com>
Fri, 9 Feb 1996 01:15:20 +0000
(
01:15
+0000)
committer
Andy Dougherty
<doughera@lafcol.lafayette.edu>
Fri, 9 Feb 1996 01:15:20 +0000
(
01:15
+0000)
pod/splitpod
patch
|
blob
|
blame
|
history
diff --git
a/pod/splitpod
b/pod/splitpod
index
fd327d8
..
8db4060
100755
(executable)
--- 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 $/ = '';