small fix to paste_title attribute of Nopaste plugin
[p5sagit/Devel-REPL.git] / 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,