From: Vincent Pit Date: Sun, 8 Feb 2009 18:32:56 +0000 (+0100) Subject: This is 0.11 X-Git-Tag: v0.11^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=93b51bb94f31703ed1270b3449dd278d12b209f4;hp=3a2bd23781446db6c77c517bf8898e226859c4f7 This is 0.11 --- diff --git a/Changes b/Changes index 7796227..97a4930 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ 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. diff --git a/META.yml b/META.yml index 694855f..12f98e8 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: indirect -version: 0.10 +version: 0.11 abstract: Lexically warn about using the indirect object syntax. author: - Vincent Pit @@ -8,8 +8,17 @@ license: perl 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 @@ -18,6 +27,3 @@ generated_by: ExtUtils::MakeMaker version 6.48 meta-spec: 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 b4aad56..e1c879f 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect object syntax. VERSION - Version 0.10 + Version 0.11 SYNOPSIS no indirect; diff --git a/lib/indirect.pm b/lib/indirect.pm index b9a81dc..5686fbc 100644 --- a/lib/indirect.pm +++ b/lib/indirect.pm @@ -11,13 +11,13 @@ indirect - Lexically warn about using the indirect object syntax. =head1 VERSION -Version 0.10 +Version 0.11 =cut our $VERSION; BEGIN { - $VERSION = '0.10'; + $VERSION = '0.11'; } =head1 SYNOPSIS