From: Steve Hay Date: Fri, 19 Dec 2008 14:39:15 +0000 (+0000) Subject: Subject: [PATCH] Version updates for Package::Constants & Log::Message X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4da9db91c10f6d225cc1b4edf5532d859c43e564;p=p5sagit%2Fp5-mst-13.2.git Subject: [PATCH] Version updates for Package::Constants & Log::Message From: "Jos I. Boumans" Date: Wed, 17 Dec 2008 14:28:12 +0100 Message-Id: <51CE11BA-344A-4C20-B464-CEAF204BAABC@dwim.org> --- diff --git a/lib/Log/Message.pm b/lib/Log/Message.pm index c5f2062..3b2f43e 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 a662e1a..9ad6c62 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 Ebug-package-constants@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