Revision history for indirect
+0.11 2009-02-08 18:35 UTC
+ + Fix : Potential collisions by hashing pointers with a wrong format.
+ + Upd : Resources in META.yml.
+
0.10 2009-01-17 12:40 UTC
Re-release 0.09_01 as stable.
--- #YAML:1.0
name: indirect
-version: 0.10
+version: 0.11
abstract: Lexically warn about using the indirect object syntax.
author:
- Vincent Pit <perl@profvince.com>
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
+build_requires:
+ ExtUtils::MakeMaker: 0
+ Test::More: 0
requires:
+ perl: 5.008
XSLoader: 0
+resources:
+ bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=indirect
+ homepage: http://search.cpan.org/dist/indirect/
+ license: http://dev.perl.org/licenses/
+ repository: http://git.profvince.com/perl/modules/indirect.git
no_index:
directory:
- t
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
-build_requires:
- ExtUtils::MakeMaker: 0
- Test::More: 0