From: Dave Rolsky Date: Mon, 12 Jul 2010 20:08:42 +0000 (-0500) Subject: More docs X-Git-Tag: v0.01~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e1d24eefa22633edc19f051bf97bbc3a202f077f;p=gitmo%2FPackage-DeprecationManager.git More docs --- diff --git a/lib/Package/DeprecationManager.pm b/lib/Package/DeprecationManager.pm index 4d10edc..f8c9e81 100644 --- a/lib/Package/DeprecationManager.pm +++ b/lib/Package/DeprecationManager.pm @@ -152,4 +152,34 @@ warning message, one will be generated for you. Deprecation warnings are only issued once for a given package, regardless of how many times the deprecated sub/method is called. +=head1 BUGS + +Please report any bugs or feature requests to +C, or through the web interface at +L. I will be notified, and then you'll automatically be +notified of progress on your bug as I make changes. + +=head1 DONATIONS + +If you'd like to thank me for the work I've done on this module, please +consider making a "donation" to me via PayPal. I spend a lot of free time +creating free software, and would appreciate any support you'd care to offer. + +Please note that B in order +for me to continue working on this particular software. I will +continue to do so, inasmuch as I have in the past, for as long as it +interests me. + +Similarly, a donation made in this way will probably not make me work on this +software much more, unless I get so many donations that I can consider working +on free software full time, which seems unlikely at best. + +To donate, log into PayPal and send money to autarch@urth.org or use the +button on this page: L + +=head1 CREDITS + +The idea for this functionality and some of its implementation was originally +created as L by Goro Fuji. + =cut