X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FIndexed.pm;h=5a882ecf19bd16019725f21803cfd3759622c11a;hb=5efb68850fc9b03ac65edb4cc3debc14d1050bdd;hp=f4a41e4041671d94818dc24bec5be80e01e4189b;hpb=4739003eac893ce8a86ebfe30a227641a5880bcb;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Indexed.pm b/lib/Moose/Autobox/Indexed.pm index f4a41e4..5a882ec 100644 --- a/lib/Moose/Autobox/Indexed.pm +++ b/lib/Moose/Autobox/Indexed.pm @@ -1,7 +1,7 @@ package Moose::Autobox::Indexed; use Moose::Role 'requires'; -our $VERSION = '0.13'; +our $VERSION = '0.14'; requires 'at'; requires 'put';