X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FList.pm;h=c3ad24a7d80820c88dd684bb868b9a4d0d52e6bd;hb=5efb68850fc9b03ac65edb4cc3debc14d1050bdd;hp=10de3ae352a68b387bdc410588c3a8d0071607bc;hpb=4739003eac893ce8a86ebfe30a227641a5880bcb;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/List.pm b/lib/Moose/Autobox/List.pm index 10de3ae..c3ad24a 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.13'; +our $VERSION = '0.14'; with 'Moose::Autobox::Value';