X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FCollection%2FArray.pm;h=9f1b1a28098e0ab92059b6eb1e3105b80582405a;hb=3dd561ff2fe24585d80d1f9c88db2a42f0191897;hp=d1c57e017635634d7e467cb542ef14fd5c5d48eb;hpb=7b9312d83fff24a73de7c817aa50accb1d1e7cb2;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm b/lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm index d1c57e0..9f1b1a2 100644 --- a/lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm +++ b/lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm @@ -2,7 +2,8 @@ package MooseX::AttributeHelpers::Trait::Collection::Array; use Moose::Role; -our $VERSION = '0.01'; +our $VERSION = '0.17'; +$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use MooseX::AttributeHelpers::MethodProvider::Array; @@ -87,7 +88,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2007-2008 by Infinity Interactive, Inc. +Copyright 2007-2009 by Infinity Interactive, Inc. L @@ -95,4 +96,3 @@ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut -