X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FList.pm;h=06ea187186587a1cdbdea76ad6e24ccefbef932e;hb=30e523b8f29b5b87276fdd9ce1275d098b41553e;hp=9ab4c9987ca03b8f48670b70da135b89972e0238;hpb=680d0745246bc4ced8656e91f3768ef1645983b1;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/List.pm b/lib/Moose/Autobox/List.pm index 9ab4c99..06ea187 100644 --- a/lib/Moose/Autobox/List.pm +++ b/lib/Moose/Autobox/List.pm @@ -1,9 +1,9 @@ package Moose::Autobox::List; use Moose::Role 'with', 'requires'; -use autobox; +use Moose::Autobox; -our $VERSION = '0.01'; +our $VERSION = '0.11'; with 'Moose::Autobox::Value'; @@ -102,11 +102,11 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Infinity Interactive, Inc. +Copyright 2006-2008 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