]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
This is 0.03 v0.03
authorVincent Pit <vince@profvince.com>
Tue, 12 Aug 2008 15:22:50 +0000 (17:22 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 12 Aug 2008 15:22:50 +0000 (17:22 +0200)
Changes
META.yml
README
lib/indirect.pm

diff --git a/Changes b/Changes
index 612319d920dee712b1c2149d2631e6c57ccf506c..2487e70076bde9714d76f789f7fc1b52d1cb944e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for indirect
 
+0.03    2008-08-12 15:25 UTC
+        This release is kindly supported by Copenhagen Hotel Centrum WiFi.
+        + Fix : Tests used not to pass PERL5OPTS to their kids. This lead to
+                failures under CPAN. I think.
+        + Tst : Refinements.
+
 0.02    2008-08-11 15:55 UTC
         + Fix : Some building failures with old gcc versions that didn't seem to
                 like the ((hint == 2) ? croak : warn)(msg) construct. I think.
index 83bedcd96c10b752af64896f007c224732fdcfd8..72c3c248a5adc838741ed426ebe7e86533c1335e 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                indirect
-version:             0.02
+version:             0.03
 abstract:            Lexically warn about using the indirect object syntax.
 license:             perl
 author:              
diff --git a/README b/README
index 8e09f1e615492f26b0009c78371c98481c03d1ef..b16dba1f1d2b1ad7a1aa970966736c5218645dd0 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.02
+    Version 0.03
 
 SYNOPSIS
         no indirect;
index 6aa0d9617350503cb35d8a62fa7a2b0b9f649732..7f29b3b81d839245b0d83d584337ecf86d0385ce 100644 (file)
@@ -9,13 +9,13 @@ indirect - Lexically warn about using the indirect object syntax.
 
 =head1 VERSION
 
-Version 0.02
+Version 0.03
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.02';
+ $VERSION = '0.03';
 }
 
 =head1 SYNOPSIS