Subject: [PATCH] Version updates for Package::Constants & Log::Message
Steve Hay [Fri, 19 Dec 2008 14:39:15 +0000 (14:39 +0000)]
From: "Jos I. Boumans" <jos@dwim.org>
Date: Wed, 17 Dec 2008 14:28:12 +0100
Message-Id: <51CE11BA-344A-4C20-B464-CEAF204BAABC@dwim.org>

lib/Log/Message.pm
lib/Package/Constants.pm

index c5f2062..3b2f43e 100644 (file)
@@ -12,7 +12,7 @@ local $Params::Check::VERBOSE = 1;
 BEGIN {
     use vars        qw[$VERSION @ISA $STACK $CONFIG];
 
-    $VERSION    =   0.01;
+    $VERSION    =   0.02;
 
     $STACK      =   [];
 }
index a662e1a..9ad6c62 100644 (file)
@@ -3,7 +3,7 @@ package Package::Constants;
 use strict;
 use vars qw[$VERSION $DEBUG];
 
-$VERSION    = '0.01';
+$VERSION    = '0.02';
 $DEBUG      = 0;
 
 =head1 NAME 
@@ -83,20 +83,18 @@ sub _debug { warn "@_\n" if $DEBUG; }
 
 1;
 
+=head1 BUG REPORTS
+
+Please report bugs or other issues to E<lt>bug-package-constants@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