X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FHash%2Fis_empty.pm;h=c0cfd0816df661ed15417d3ed388eff77a09e6dd;hb=245478d5ee6b5343e4d591be811582963e177bef;hp=4f9ef74b869943a5e0327351ea552e6013ec6d60;hpb=aff6aafcfff96c2a91bd044e35010757feae584c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm b/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm index 4f9ef74..c0cfd08 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm @@ -5,7 +5,7 @@ use warnings; use Scalar::Util qw( looks_like_number ); -our $VERSION = '1.18'; +our $VERSION = '1.19'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';