summaryrefslogtreecommitdiffstats
path: root/lib/Package/Stash.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-08-26 21:42:24 -0500
committerJesse Luehrs <doy@tozt.net>2010-08-26 21:42:24 -0500
commit0992f4ec5d71393517317327dd3164ad6b17a24c (patch)
tree537989beca81e8f75ab9a573eb645fc64becf8fd /lib/Package/Stash.pm
parentc1e180943d7badde9ff3eb8bbe559b6727602069 (diff)
downloadpackage-stash-0992f4ec5d71393517317327dd3164ad6b17a24c.tar.gz
package-stash-0992f4ec5d71393517317327dd3164ad6b17a24c.zip
stop using my pod weaver template things here
Diffstat (limited to 'lib/Package/Stash.pm')
-rw-r--r--lib/Package/Stash.pm43
1 files changed, 43 insertions, 0 deletions
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<bug-package-stash at rt.cpan.org>, or browse to
+L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-Stash>.
+
=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<http://annocpan.org/dist/Package-Stash>
+
+=item * CPAN Ratings
+
+L<http://cpanratings.perl.org/d/Package-Stash>
+
+=item * RT: CPAN's request tracker
+
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash>
+
+=item * Search CPAN
+
+L<http://search.cpan.org/dist/Package-Stash>
+
+=back
+
+=head1 AUTHOR
+
+Jesse Luehrs <doy at tozt dot net>
+
+Mostly copied from code from L<Class::MOP::Package>, by Stevan Little and the
+Moose Cabal.
+
=cut
1;