From: Ricardo SIGNES Date: Thu, 23 Oct 2008 14:43:08 +0000 (+0000) Subject: bump versions, make them match X-Git-Tag: 0_10~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=caac33a39ccc8163e692eea728ead215455e026f;p=gitmo%2FMoose-Autobox.git bump versions, make them match --- diff --git a/Changes b/Changes index 80956bd..dbcd928 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Moose::Autobox +0.09 Thu. Oct 23, 2008 - update Perl6::Junction dependency and support new version 0.08 Mon. May 12, 2008 diff --git a/lib/Moose/Autobox.pm b/lib/Moose/Autobox.pm index 934b7a3..5d4b0f1 100644 --- a/lib/Moose/Autobox.pm +++ b/lib/Moose/Autobox.pm @@ -8,7 +8,7 @@ use Carp qw(confess); use Scalar::Util (); use Moose::Util (); -our $VERSION = '0.08'; +our $VERSION = '0.09'; use base 'autobox'; diff --git a/lib/Moose/Autobox/Array.pm b/lib/Moose/Autobox/Array.pm index 92b919b..74a45d2 100644 --- a/lib/Moose/Autobox/Array.pm +++ b/lib/Moose/Autobox/Array.pm @@ -3,7 +3,7 @@ use Moose::Role 'with'; use Perl6::Junction; use Moose::Autobox; -our $VERSION = '0.03'; +our $VERSION = '0.09'; with 'Moose::Autobox::Ref', 'Moose::Autobox::List', diff --git a/lib/Moose/Autobox/Code.pm b/lib/Moose/Autobox/Code.pm index ef7fb97..a809ccc 100644 --- a/lib/Moose/Autobox/Code.pm +++ b/lib/Moose/Autobox/Code.pm @@ -2,7 +2,7 @@ package Moose::Autobox::Code; use Moose::Role 'with'; use Moose::Autobox; -our $VERSION = '0.02'; +our $VERSION = '0.09'; with 'Moose::Autobox::Ref'; diff --git a/lib/Moose/Autobox/Defined.pm b/lib/Moose/Autobox/Defined.pm index e368cf3..ac8fa95 100644 --- a/lib/Moose/Autobox/Defined.pm +++ b/lib/Moose/Autobox/Defined.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Defined; use Moose::Role 'with'; -our $VERSION = '0.01'; +our $VERSION = '0.09'; with 'Moose::Autobox::Item'; @@ -64,4 +64,4 @@ L This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=cut \ No newline at end of file +=cut diff --git a/lib/Moose/Autobox/Hash.pm b/lib/Moose/Autobox/Hash.pm index de8f2bb..84b8c31 100644 --- a/lib/Moose/Autobox/Hash.pm +++ b/lib/Moose/Autobox/Hash.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Hash; use Moose::Role 'with'; -our $VERSION = '0.03'; +our $VERSION = '0.09'; with 'Moose::Autobox::Ref', 'Moose::Autobox::Indexed'; diff --git a/lib/Moose/Autobox/Indexed.pm b/lib/Moose/Autobox/Indexed.pm index 5efd461..551a28c 100644 --- a/lib/Moose/Autobox/Indexed.pm +++ b/lib/Moose/Autobox/Indexed.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Indexed; use Moose::Role 'requires'; -our $VERSION = '0.02'; +our $VERSION = '0.09'; requires 'at'; requires 'put'; diff --git a/lib/Moose/Autobox/Item.pm b/lib/Moose/Autobox/Item.pm index 2772c77..1b4e20c 100644 --- a/lib/Moose/Autobox/Item.pm +++ b/lib/Moose/Autobox/Item.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Item; use Moose::Role 'requires'; -our $VERSION = '0.02'; +our $VERSION = '0.09'; requires 'defined'; diff --git a/lib/Moose/Autobox/List.pm b/lib/Moose/Autobox/List.pm index 5810ce5..08a96f3 100644 --- a/lib/Moose/Autobox/List.pm +++ b/lib/Moose/Autobox/List.pm @@ -3,7 +3,7 @@ package Moose::Autobox::List; use Moose::Role 'with', 'requires'; use Moose::Autobox; -our $VERSION = '0.02'; +our $VERSION = '0.09'; with 'Moose::Autobox::Value'; diff --git a/lib/Moose/Autobox/Number.pm b/lib/Moose/Autobox/Number.pm index 2c2f1a9..132c6f3 100644 --- a/lib/Moose/Autobox/Number.pm +++ b/lib/Moose/Autobox/Number.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Number; use Moose::Role; -our $VERSION = '0.01'; +our $VERSION = '0.09'; with 'Moose::Autobox::Value'; @@ -46,4 +46,4 @@ L This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=cut \ No newline at end of file +=cut diff --git a/lib/Moose/Autobox/Ref.pm b/lib/Moose/Autobox/Ref.pm index 77570c3..69fdb88 100644 --- a/lib/Moose/Autobox/Ref.pm +++ b/lib/Moose/Autobox/Ref.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Ref; use Moose::Role 'with'; -our $VERSION = '0.03'; +our $VERSION = '0.09'; with 'Moose::Autobox::Defined'; diff --git a/lib/Moose/Autobox/Scalar.pm b/lib/Moose/Autobox/Scalar.pm index 126bf3b..11a6070 100644 --- a/lib/Moose/Autobox/Scalar.pm +++ b/lib/Moose/Autobox/Scalar.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Scalar; use Moose::Role 'with'; -our $VERSION = '0.01'; +our $VERSION = '0.09'; with 'Moose::Autobox::String', 'Moose::Autobox::Number'; diff --git a/lib/Moose/Autobox/String.pm b/lib/Moose/Autobox/String.pm index d8f34ac..cbd7321 100644 --- a/lib/Moose/Autobox/String.pm +++ b/lib/Moose/Autobox/String.pm @@ -1,7 +1,7 @@ package Moose::Autobox::String; use Moose::Role; -our $VERSION = '0.02'; +our $VERSION = '0.09'; with 'Moose::Autobox::Value'; diff --git a/lib/Moose/Autobox/Undef.pm b/lib/Moose/Autobox/Undef.pm index 9fa82f0..08e73d3 100644 --- a/lib/Moose/Autobox/Undef.pm +++ b/lib/Moose/Autobox/Undef.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Undef; use Moose::Role 'with'; -our $VERSION = '0.01'; +our $VERSION = '0.09'; with 'Moose::Autobox::Item'; @@ -61,4 +61,4 @@ L This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=cut \ No newline at end of file +=cut diff --git a/lib/Moose/Autobox/Value.pm b/lib/Moose/Autobox/Value.pm index 0a343b8..cc4d36a 100644 --- a/lib/Moose/Autobox/Value.pm +++ b/lib/Moose/Autobox/Value.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Value; use Moose::Role 'with'; -our $VERSION = '0.01'; +our $VERSION = '0.09'; with 'Moose::Autobox::Defined';