From: Vincent Pit Date: Sun, 27 Feb 2011 15:45:30 +0000 (+0100) Subject: This is 0.07 X-Git-Tag: v0.07^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=commitdiff_plain;h=34565333e4f03319384950ce310293edc4d749fe This is 0.07 --- diff --git a/Changes b/Changes index 876bf60..5ae1bd1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for subs-auto +0.07 2011-02-27 15:45 UTC + + Fix : Compatibility with perl 5.13.10. + 0.06 2010-07-25 18:10 UTC + Chg : B::Keywords is now used for its list of core keywords. + Fix : Compatibility with Perl 5.11.2 (and thus 5.12 and later). diff --git a/META.yml b/META.yml index 2de2521..2fcab45 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: subs-auto -version: 0.06 +version: 0.07 abstract: Read barewords as subroutine names. author: - Vincent Pit diff --git a/README b/README index e5749cf..fd9865d 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME subs::auto - Read barewords as subroutine names. VERSION - Version 0.06 + Version 0.07 SYNOPSIS { @@ -95,7 +95,7 @@ ACKNOWLEDGEMENTS Thanks to Sebastien Aperghis-Tramoni for helping to name this pragma. COPYRIGHT & LICENSE - Copyright 2008,2009,2010 Vincent Pit, all rights reserved. + Copyright 2008,2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/subs/auto.pm b/lib/subs/auto.pm index 7fb55b8..e804cf5 100644 --- a/lib/subs/auto.pm +++ b/lib/subs/auto.pm @@ -11,13 +11,13 @@ subs::auto - Read barewords as subroutine names. =head1 VERSION -Version 0.06 +Version 0.07 =cut our $VERSION; BEGIN { - $VERSION = '0.06'; + $VERSION = '0.07'; } =head1 SYNOPSIS