diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-02-09 01:25:45 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-09 01:25:45 +0000 |
commit | d93fce098f776ba7905a29c9ba5083aca266554b (patch) | |
tree | 7519e99b469c41ba99a6c65f60285503bd64d6fb /lib/Pod/Functions.pm | |
parent | 404cbe937976a65d045dee723fafc71fd5b9e051 (diff) | |
download | perl-d93fce098f776ba7905a29c9ba5083aca266554b.tar.gz |
perl 5.002gamma: lib/Pod/Functions.pm
This moved from pod/PerlDoc/Functions.pm. It's used by the buildtoc
script, and might be used by a future html2pod script. Or not. It
needed a home somewhere, and Pod::Functions.pm seemed sensible.
Diffstat (limited to 'lib/Pod/Functions.pm')
-rw-r--r-- | lib/Pod/Functions.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Pod/Functions.pm b/lib/Pod/Functions.pm index 24248e3631..a775cf6165 100644 --- a/lib/Pod/Functions.pm +++ b/lib/Pod/Functions.pm @@ -1,4 +1,4 @@ -package PerlDoc::Functions; +package Pod::Functions; #:vi:set ts=20 |