From: Perl 5 Porters Date: Fri, 9 Feb 1996 01:15:20 +0000 (+0000) Subject: Update to match new home of Pod::Functions. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ec7a3cac15637f4da4fd51245a4366519e35a02;p=p5sagit%2Fp5-mst-13.2.git Update to match new home of Pod::Functions. --- diff --git a/pod/splitpod b/pod/splitpod index fd327d8..8db4060 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 $/ = '';