[Bast-commits] r5802 - trunk/Devel-REPL/lib/Devel/REPL/Plugin

acmoore at dev.catalyst.perl.org acmoore at dev.catalyst.perl.org
Mon Mar 23 15:59:06 GMT 2009


Author: acmoore
Date: 2009-03-23 15:59:06 +0000 (Mon, 23 Mar 2009)
New Revision: 5802

Modified:
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm
Log:
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. 


Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm	2009-03-23 15:55:15 UTC (rev 5801)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm	2009-03-23 15:59:06 UTC (rev 5802)
@@ -23,7 +23,6 @@
 );
 
 has paste_title => (
-    metaclass => 'String',
     is        => 'rw',
     isa       => 'Str',
     lazy      => 1,




More information about the Bast-commits mailing list