]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
This is 0.02 v0.02
authorVincent Pit <vince@profvince.com>
Mon, 11 Aug 2008 15:54:56 +0000 (17:54 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 11 Aug 2008 15:54:56 +0000 (17:54 +0200)
Changes
META.yml
README
lib/indirect.pm

diff --git a/Changes b/Changes
index 2685a34da7e5974c96fcf9b5eaf9d3f8b1af62db..612319d920dee712b1c2149d2631e6c57ccf506c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for indirect
 
+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.
+        + Rem : Unused cruft from a previous implementation.
+        + Tst : Fail more gracefully when we can't capture buffers or when the
+                child returned an error.
+
 0.01    2008-08-10 20:40 UTC
         First version, released on an unsuspecting world.
 
index 17e2c6d3736320a1571658b5af53a65e6035545a..83bedcd96c10b752af64896f007c224732fdcfd8 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                indirect
-version:             0.01
+version:             0.02
 abstract:            Lexically warn about using the indirect object syntax.
 license:             perl
 author:              
diff --git a/README b/README
index 62b2abf864dfa0f29cfdef850d9885c0c2ea6699..8e09f1e615492f26b0009c78371c98481c03d1ef 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.01
+    Version 0.02
 
 SYNOPSIS
         no indirect;
index f49c3b92e44595c726a03ff4fde58acbafe3a4c0..6aa0d9617350503cb35d8a62fa7a2b0b9f649732 100644 (file)
@@ -9,13 +9,13 @@ indirect - Lexically warn about using the indirect object syntax.
 
 =head1 VERSION
 
-Version 0.01
+Version 0.02
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.01';
+ $VERSION = '0.02';
 }
 
 =head1 SYNOPSIS