From: acmoore Date: Mon, 23 Mar 2009 15:59:06 +0000 (+0000) Subject: small fix to paste_title attribute of Nopaste plugin X-Git-Tag: v1.003015~63 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=8d3a08168a12af4e191b519b19c5905de964181f;hp=76cd9acd4630d77ac67967cefcea99ec9591e1be small fix to paste_title attribute of Nopaste plugin The paste_title attribute did not need to be from the String metaclass from MooseX::AttributeHelpers. This patch removes that from the definition. git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@5802 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/lib/Devel/REPL/Plugin/Nopaste.pm b/lib/Devel/REPL/Plugin/Nopaste.pm index 2d9b8fc..accba68 100644 --- a/lib/Devel/REPL/Plugin/Nopaste.pm +++ b/lib/Devel/REPL/Plugin/Nopaste.pm @@ -23,7 +23,6 @@ has complete_session => ( ); has paste_title => ( - metaclass => 'String', is => 'rw', isa => 'Str', lazy => 1,