X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPackage%2FStash.pm;fp=lib%2FPackage%2FStash.pm;h=d81c96e49fe64a6f88603f365ca8f434c57d83c7;hb=0992f4ec5d71393517317327dd3164ad6b17a24c;hp=f4c76acd65e051ed2352b569076bb4857dddbe7a;hpb=c1e180943d7badde9ff3eb8bbe559b6727602069;p=gitmo%2FPackage-Stash.git diff --git a/lib/Package/Stash.pm b/lib/Package/Stash.pm index f4c76ac..d81c96e 100644 --- a/lib/Package/Stash.pm +++ b/lib/Package/Stash.pm @@ -375,6 +375,14 @@ sub list_all_package_symbols { } } +=head1 BUGS + +No known bugs. + +Please report any bugs through RT: email +C, or browse to +L. + =head1 SEE ALSO =over 4 @@ -385,6 +393,41 @@ This module is a factoring out of code that used to live here =back +=head1 SUPPORT + +You can find this documentation for this module with the perldoc command. + + perldoc Package::Stash + +You can also look for information at: + +=over 4 + +=item * AnnoCPAN: Annotated CPAN documentation + +L + +=item * CPAN Ratings + +L + +=item * RT: CPAN's request tracker + +L + +=item * Search CPAN + +L + +=back + +=head1 AUTHOR + +Jesse Luehrs + +Mostly copied from code from L, by Stevan Little and the +Moose Cabal. + =cut 1;