diff options
author | Jarkko Hietaniemi <jhi@cc.hut.fi> | 1997-01-02 17:27:47 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-04 17:44:00 +1200 |
commit | 40da2db335c65d50d3bca886fcc7161ed72faf74 (patch) | |
tree | 7fa3e6ca078a9a52592d28bd05a7f99be1af6544 /lib/Pod/Functions.pm | |
parent | 5377b7012ceb2c72202db969f3b51a017f9551a9 (diff) | |
download | perl-40da2db335c65d50d3bca886fcc7161ed72faf74.tar.gz |
Make libs clean under '-w'
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 a775cf6165..6db7cfd83c 100644 --- a/lib/Pod/Functions.pm +++ b/lib/Pod/Functions.pm @@ -5,7 +5,7 @@ package Pod::Functions; require Exporter; @ISA = qw(Exporter); -@EXPORT = qw(%Kinds %Type %Flavor %Type_Descriptions @Type_Order); +@EXPORT = qw(%Kinds %Type %Flavor %Type_Description @Type_Order); %Type_Description = ( 'ARRAY' => 'Functions for real @ARRAYs', |