From: Vincent Pit Date: Fri, 17 Oct 2008 20:09:36 +0000 (+0200) Subject: This is 0.07_03 X-Git-Tag: v0.07_03^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=560a513f8ed4ac6bae8ad769290a4415f9b8e42b This is 0.07_03 --- diff --git a/Changes b/Changes index 5f80c08..7ccb803 100644 --- 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. diff --git a/META.yml b/META.yml index 1c6d72c..9af5452 100644 --- 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 -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 e877f68..c320981 100644 --- 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; diff --git a/lib/indirect.pm b/lib/indirect.pm index d6890c4..7fffeb5 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.07_02 +Version 0.07_03 =cut our $VERSION; BEGIN { - $VERSION = '0.07_02'; + $VERSION = '0.07_03'; } =head1 SYNOPSIS