From: Vincent Pit Date: Tue, 12 Aug 2008 15:22:50 +0000 (+0200) Subject: This is 0.03 X-Git-Tag: v0.03^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=1e73136219e28f80e67999f68c801588afb512a9 This is 0.03 --- diff --git a/Changes b/Changes index 612319d..2487e70 100644 --- 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. diff --git a/META.yml b/META.yml index 83bedcd..72c3c24 100644 --- 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 8e09f1e..b16dba1 100644 --- 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; diff --git a/lib/indirect.pm b/lib/indirect.pm index 6aa0d96..7f29b3b 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.02 +Version 0.03 =cut our $VERSION; BEGIN { - $VERSION = '0.02'; + $VERSION = '0.03'; } =head1 SYNOPSIS