diff options
author | Steve Hay <SteveHay@planit.com> | 2008-12-19 14:39:15 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-12-19 14:54:06 +0000 |
commit | 4da9db91c10f6d225cc1b4edf5532d859c43e564 (patch) | |
tree | f78c445d6ef65ec66eb109c218a35729a14ec2e4 | |
parent | 9b31c40c5f3f020eae721bb863fc9731399c4f70 (diff) | |
download | perl-4da9db91c10f6d225cc1b4edf5532d859c43e564.tar.gz |
Subject: [PATCH] Version updates for Package::Constants & Log::Message
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>
-rw-r--r-- | lib/Log/Message.pm | 2 | ||||
-rw-r--r-- | lib/Package/Constants.pm | 18 |
2 files changed, 9 insertions, 11 deletions
diff --git a/lib/Log/Message.pm b/lib/Log/Message.pm index c5f20623a1..3b2f43e57d 100644 --- a/lib/Log/Message.pm +++ b/lib/Log/Message.pm @@ -12,7 +12,7 @@ local $Params::Check::VERBOSE = 1; BEGIN { use vars qw[$VERSION @ISA $STACK $CONFIG]; - $VERSION = 0.01; + $VERSION = 0.02; $STACK = []; } diff --git a/lib/Package/Constants.pm b/lib/Package/Constants.pm index a662e1ab63..9ad6c62df4 100644 --- a/lib/Package/Constants.pm +++ b/lib/Package/Constants.pm @@ -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 |