]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
This is 0.07_03 v0.07_03
authorVincent Pit <vince@profvince.com>
Fri, 17 Oct 2008 20:09:36 +0000 (22:09 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 17 Oct 2008 20:09:36 +0000 (22:09 +0200)
Changes
META.yml
README
lib/indirect.pm

diff --git a/Changes b/Changes
index 5f80c086cbe4fa316e03c68e51680273d66cbabf..7ccb80396b3ec5a90bde44683b589acd6d3317ce 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for indirect
 
+0.07_03 2008-10-17 20:10 UTC
+        + Add : Support and tests for variables with spaces after the sigil.
+        + Upd : META.yml spec updated to 1.4.
+
 0.07_02 2008-10-15 21:10 UTC
         + Add : Support and tests for package variables.
         + Tst : Coverage improved by removing dead code.
index 1c6d72c803f045ffa992b50f8161de723da331b4..9af5452d0a683ff19d9971f7ded7118fa4afa478 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,17 +1,23 @@
 --- #YAML:1.0
-name:                indirect
-version:             0.07_02
-abstract:            Lexically warn about using the indirect object syntax.
-license:             perl
-author:              
+name:               indirect
+version:            0.07_03
+abstract:           Lexically warn about using the indirect object syntax.
+author:
     - Vincent Pit <perl@profvince.com>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    XSLoader:                      0
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    XSLoader:  0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.46
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4
 build_requires:
     ExtUtils::MakeMaker:           0
     Test::More:                    0
diff --git a/README b/README
index e877f68e3c85fbbc80ecb90a14d7fefdd939a07b..c32098131ff72b0914a727ae2a708820346b34b4 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.07_02
+    Version 0.07_03
 
 SYNOPSIS
         no indirect;
index d6890c44a078dfa8b8502b3ebea8dbfc13e3d402..7fffeb580499dcdfb94ef7383f8fbdc230fea85b 100644 (file)
@@ -9,13 +9,13 @@ indirect - Lexically warn about using the indirect object syntax.
 
 =head1 VERSION
 
-Version 0.07_02
+Version 0.07_03
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.07_02';
+ $VERSION = '0.07_03';
 }
 
 =head1 SYNOPSIS