X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FMeta%2FMethod%2FProvided.pm;h=64d22490ade94d46419870247c3bec229fea39d6;hb=2e74144c8801485e5c33fdcdcbee9f7d882c1a3a;hp=5779b41745cf5e7ef3d96299e0eb1235fe052f16;hpb=b91f57afe2beaf8f2c49b42ea732c05332a8d04c;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm b/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm index 5779b41..64d2249 100644 --- a/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm +++ b/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm @@ -2,6 +2,10 @@ package MooseX::AttributeHelpers::Meta::Method::Provided; use Moose; +our $VERSION = '0.23'; +$VERSION = eval $VERSION; +our $AUTHORITY = 'cpan:STEVAN'; + extends 'Moose::Meta::Method'; 1; @@ -38,11 +42,11 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2007 by Infinity Interactive, Inc. +Copyright 2007-2009 by Infinity Interactive, Inc. 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