Bump to 0.14
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Collection / Bag.pm
index 3b1afd9..3e9687c 100644 (file)
@@ -3,7 +3,8 @@ package MooseX::AttributeHelpers::Collection::Bag;
 use Moose;
 use Moose::Util::TypeConstraints;
 
-our $VERSION   = '0.01';
+our $VERSION   = '0.14';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use MooseX::AttributeHelpers::MethodProvider::Bag;
@@ -33,7 +34,8 @@ no Moose;
 no Moose::Util::TypeConstraints;
 
 # register the alias ...
-package Moose::Meta::Attribute::Custom::Collection::Bag;
+package # hide me from search.cpan.org
+    Moose::Meta::Attribute::Custom::Collection::Bag;
 sub register_implementation { 'MooseX::AttributeHelpers::Collection::Bag' }
 
 1;
@@ -99,11 +101,11 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2007 by Infinity Interactive, Inc.
+Copyright 2007-2008 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>
 
 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