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.
--- #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 <perl@profvince.com>
-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