From: John Napiorkowski Date: Fri, 18 Jan 2019 18:05:39 +0000 (-0600) Subject: adding missing version info X-Git-Tag: v5.90124~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=17f90595f57c5153402809ea12ecdd00b3c44a0f adding missing version info --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 7d60f20..60a6e9e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -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.90123'; +our $VERSION = '5.90124'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import {