X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FNopaste.pm;h=bff581aebbb6077778816894055f919789f623e2;hb=2fd5e0773dda71e35884cc04dbc67c13c06d902e;hp=18ef7bebfe3e93142e18221238e4963a4d9d59bb;hpb=cfd1094b45c394258ccda08216f1435bf40e1d50;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/Nopaste.pm b/lib/Devel/REPL/Plugin/Nopaste.pm index 18ef7be..bff581a 100644 --- a/lib/Devel/REPL/Plugin/Nopaste.pm +++ b/lib/Devel/REPL/Plugin/Nopaste.pm @@ -1,10 +1,13 @@ package Devel::REPL::Plugin::Nopaste; -use Moose::Role; +use Devel::REPL::Plugin; use MooseX::AttributeHelpers; use namespace::clean -except => [ 'meta' ]; -with 'Devel::REPL::Plugin::Turtles'; +sub BEFORE_PLUGIN { + my $self = shift; + $self->load_plugin('Turtles'); +} has complete_session => ( metaclass => 'String', @@ -57,5 +60,9 @@ __END__ Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and output +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut