]> git.vpit.fr Git - perl/modules/subs-auto.git/commitdiff
This is 0.07 v0.07
authorVincent Pit <vince@profvince.com>
Sun, 27 Feb 2011 15:45:30 +0000 (16:45 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 27 Feb 2011 15:45:30 +0000 (16:45 +0100)
Changes
META.yml
README
lib/subs/auto.pm

diff --git a/Changes b/Changes
index 876bf609d8d197c1bf41ddbeb58b54c710529357..5ae1bd1eec8d4030c5befbfa3fb39659995d718a 100644 (file)
--- 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).
index 2de25214ab701f76f6fe7380dd22ed531e15dbc3..2fcab45ae0ca3424702c462a8dd12dd18e9c6295 100644 (file)
--- 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 <perl@profvince.com>
diff --git a/README b/README
index e5749cf23c8c28803aa6cafe8d5a438dde5f402b..fd9865d039a0ddbda0be947d8a31a023832bdb4e 100644 (file)
--- 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.
index 7fb55b88d8c0fe32fe0dc84271ca9faf7722f0ea..e804cf57c45be09e50df7f8dd95d02c557321d5c 100644 (file)
@@ -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