]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
This is 0.11 v0.11
authorVincent Pit <vince@profvince.com>
Sun, 8 Feb 2009 18:32:56 +0000 (19:32 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 8 Feb 2009 18:32:56 +0000 (19:32 +0100)
Changes
META.yml
README
lib/indirect.pm

diff --git a/Changes b/Changes
index 7796227a2988e61204ede983850a83ffee2ee268..97a4930c973e164704be5236668ec97862967972 100644 (file)
--- 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.
 
index 694855fc5a56a6efa5913f8df18489903a627bd8..12f98e82732d118d1222ff2dfa93993b11fa3832 100644 (file)
--- 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 <perl@profvince.com>
@@ -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 b4aad569dc7d37df2cad25add910a01301cca90c..e1c879f449af30cb2a894e62e899d1ed867725db 100644 (file)
--- 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;
index b9a81dc7b256053adec10b0194a16cdd02f701b0..5686fbceca6cb6d03f91853e6cc2ccc7def55c2c 100644 (file)
@@ -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