Subject: [PATCH] Update version of Module::Loaded
Steve Hay [Fri, 19 Dec 2008 14:39:30 +0000 (14:39 +0000)]
From: "Jos I. Boumans" <jos@dwim.org>
Date: Wed, 17 Dec 2008 14:32:55 +0100
Message-Id: <2D1323D9-C380-47D1-8E95-FC0B99D55E03@dwim.org>

lib/Module/Loaded.pm

index 6ab2676..6741844 100644 (file)
@@ -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 E<lt>bug-module-loaded@rt.cpan.org<gt>.
+
 =head1 AUTHOR
 
-This module by
-Jos Boumans E<lt>kane@cpan.orgE<gt>.
+This module by Jos Boumans E<lt>kane@cpan.orgE<gt>.
 
 =head1 COPYRIGHT
 
-This module is
-copyright (c) 2004-2005 Jos Boumans E<lt>kane@cpan.orgE<gt>.
-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