X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FString%2Freplace.pm;h=4098509ec3da20ece234fd68653874b89082ef8d;hb=245478d5ee6b5343e4d591be811582963e177bef;hp=fe239131be30151cfda6f9c1d17974dffcd1ffb0;hpb=a88a4fdce31e54d735194add112ffc61b1b26e3f;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm b/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm index fe23913..4098509 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm @@ -6,7 +6,7 @@ use warnings; use Moose::Util (); use Params::Util (); -our $VERSION = '1.18'; +our $VERSION = '1.19'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';