X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=18a6e7b9620438f39d64898b6f610e34dc29ea9a;hp=c48641dac18edb3cfd4846d55a6e972aa708360d;hb=b87b8e45858c2e39d7322e17dd045925b56c7e6c;hpb=8e1c7822b8e7e5fd43ae4a4fb85c7997a262bbf4 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c48641d..18a6e7b 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -27,7 +27,7 @@ use HTML::Entities; use Tree::Simple qw/use_weak_refs/; use Tree::Simple::Visitor::FindByUID; use Class::C3::Adopt::NEXT; -use List::MoreUtils qw/uniq/; +use List::Util qw/uniq/; use attributes; use String::RewritePrefix; use Catalyst::EngineLoader; @@ -205,7 +205,7 @@ sub composed_stats_class { __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90115'; +our $VERSION = '5.90116'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import {