summaryrefslogtreecommitdiff
path: root/pod/splitpod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/splitpod')
-rwxr-xr-xpod/splitpod3
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 $/ = '';