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

diff --git a/Changes b/Changes
index 12bc5a2ca888c7cc93c9dc75fc3a873313afe628..5f80c086cbe4fa316e03c68e51680273d66cbabf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for indirect
 
+0.07_02 2008-10-15 21:10 UTC
+        + Add : Support and tests for package variables.
+        + Tst : Coverage improved by removing dead code.
+
 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
index 8bdc699c802c4fae93932ea20ad1ebd63c9297e7..1c6d72c803f045ffa992b50f8161de723da331b4 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                indirect
-version:             0.07_01
+version:             0.07_02
 abstract:            Lexically warn about using the indirect object syntax.
 license:             perl
 author:              
diff --git a/README b/README
index 534bd7cea4b42780d5d61119988ee6eb08a8c153..e877f68e3c85fbbc80ecb90a14d7fefdd939a07b 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.07_01
+    Version 0.07_02
 
 SYNOPSIS
         no indirect;
index ca069b06a7f6ab061bd8fab5b0288bba541b7bd9..d6890c44a078dfa8b8502b3ebea8dbfc13e3d402 100644 (file)
@@ -9,13 +9,13 @@ indirect - Lexically warn about using the indirect object syntax.
 
 =head1 VERSION
 
-Version 0.07_01
+Version 0.07_02
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.07_01';
+ $VERSION = '0.07_02';
 }
 
 =head1 SYNOPSIS