From: Vincent Pit Date: Mon, 11 Aug 2008 15:54:56 +0000 (+0200) Subject: This is 0.02 X-Git-Tag: v0.02^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=2f6320d18a05f68146184ff2d27475871b803288 This is 0.02 --- diff --git a/Changes b/Changes index 2685a34..612319d 100644 --- 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. diff --git a/META.yml b/META.yml index 17e2c6d..83bedcd 100644 --- 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 62b2abf..8e09f1e 100644 --- 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; diff --git a/lib/indirect.pm b/lib/indirect.pm index f49c3b9..6aa0d96 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -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