]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
This is 0.07_01 v0.07_01
authorVincent Pit <vince@profvince.com>
Wed, 15 Oct 2008 16:00:20 +0000 (18:00 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 15 Oct 2008 16:00:20 +0000 (18:00 +0200)
Changes
META.yml
README
lib/indirect.pm

diff --git a/Changes b/Changes
index 7c480b7eafb22b76253b776f094c9ce727991141..12bc5a2ca888c7cc93c9dc75fc3a873313afe628 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for indirect
 
 Revision history for indirect
 
+0.07_01 2008-10-15 16:00 UTC
+        + Fix : [RT #40055] : Not handling RV2SV => GV(SV) correctly, which
+                could cause 'no indirect; print' segfaults. Thanks Goro Fuji for
+                reporting.
+
 0.06    2008-10-11 16:45 UTC
         + Doc : Nits.
         + Tst : Test "no indirect 'anything'", "foo Class->bar", and indirect
 0.06    2008-10-11 16:45 UTC
         + Doc : Nits.
         + Tst : Test "no indirect 'anything'", "foo Class->bar", and indirect
index bf9a3a86559cf2e69d09c198e0ef750afe8a559e..8bdc699c802c4fae93932ea20ad1ebd63c9297e7 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                indirect
 --- #YAML:1.0
 name:                indirect
-version:             0.06
+version:             0.07_01
 abstract:            Lexically warn about using the indirect object syntax.
 license:             perl
 author:              
 abstract:            Lexically warn about using the indirect object syntax.
 license:             perl
 author:              
diff --git a/README b/README
index 8314442088b644472daec1bd00c0e627a978ebb8..534bd7cea4b42780d5d61119988ee6eb08a8c153 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.06
+    Version 0.07_01
 
 SYNOPSIS
         no indirect;
 
 SYNOPSIS
         no indirect;
index e7347813c5a87256f5c5250857b7ca8bcc22601c..ca069b06a7f6ab061bd8fab5b0288bba541b7bd9 100644 (file)
@@ -9,13 +9,13 @@ indirect - Lexically warn about using the indirect object syntax.
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 0.06
+Version 0.07_01
 
 =cut
 
 our $VERSION;
 BEGIN {
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.06';
+ $VERSION = '0.07_01';
 }
 
 =head1 SYNOPSIS
 }
 
 =head1 SYNOPSIS