projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9430eed
)
Update to match new home of Pod::Functions.
Perl 5 Porters [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 $/ = '';