From: Steve Hay Date: Fri, 19 Dec 2008 14:39:30 +0000 (+0000) Subject: Subject: [PATCH] Update version of Module::Loaded X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=61eaa953f49d65cef6a209171aa36ed47cb4258c;p=p5sagit%2Fp5-mst-13.2.git Subject: [PATCH] Update version of Module::Loaded From: "Jos I. Boumans" Date: Wed, 17 Dec 2008 14:32:55 +0100 Message-Id: <2D1323D9-C380-47D1-8E95-FC0B99D55E03@dwim.org> --- diff --git a/lib/Module/Loaded.pm b/lib/Module/Loaded.pm index 6ab2676..6741844 100644 --- a/lib/Module/Loaded.pm +++ b/lib/Module/Loaded.pm @@ -6,7 +6,7 @@ use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; - $VERSION = '0.01'; + $VERSION = '0.02'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } @@ -117,20 +117,18 @@ sub _pm_to_file { return $file; } +=head1 BUG REPORTS + +Please report bugs or other issues to Ebug-module-loaded@rt.cpan.org. + =head1 AUTHOR -This module by -Jos Boumans Ekane@cpan.orgE. +This module by Jos Boumans Ekane@cpan.orgE. =head1 COPYRIGHT -This module is -copyright (c) 2004-2005 Jos Boumans Ekane@cpan.orgE. -All rights reserved. - -This library is free software; -you may redistribute and/or modify it under the same -terms as Perl itself. +This library is free software; you may redistribute and/or modify it +under the same terms as Perl itself. =cut