small fix to paste_title attribute of Nopaste plugin
acmoore [Mon, 23 Mar 2009 15:59:06 +0000 (15:59 +0000)]
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

lib/Devel/REPL/Plugin/Nopaste.pm

index 2d9b8fc..accba68 100644 (file)
@@ -23,7 +23,6 @@ has complete_session => (
 );
 
 has paste_title => (
-    metaclass => 'String',
     is        => 'rw',
     isa       => 'Str',
     lazy      => 1,