X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FMethod%2FAccessor%2FNative%2FString%2Fchomp.pm;h=92495ddbcd2a08f53f0ebf9aa884f3fab60e2896;hb=6ff86beda3f9316950b0f1219eca277f9c12918e;hp=eb2e33304524475310bb655f6637b6beb3d26ced;hpb=e32b74894c664aec6fba53a8926f82ea546b4232;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm b/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm index eb2e333..92495dd 100644 --- a/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm +++ b/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm @@ -3,11 +3,11 @@ package Moose::Meta::Method::Accessor::Native::String::chomp; use strict; use warnings; -our $VERSION = '1.13'; +our $VERSION = '1.14'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; -use base 'Moose::Meta::Method::Accessor::Native::String::Writer'; +use base 'Moose::Meta::Method::Accessor::Native::Writer'; sub _minimum_arguments { 0 } sub _maximum_arguments { 0 }