Update to match new home of Pod::Functions.
Perl 5 Porters [Fri, 9 Feb 1996 01:15:20 +0000 (01:15 +0000)]
pod/splitpod

index fd327d8..8db4060 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
-use PerlDoc::Functions;
+use lib '../lib';  # If you haven't installed perl yet.
+use Pod::Functions;
 
 local $/ = '';