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
);
has paste_title => (
- metaclass => 'String',
is => 'rw',
isa => 'Str',
lazy => 1,