X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FProfile.pm;h=3ae853c46ac0e130f54e6a8d37da6a293ce6352f;hp=c86b2eddf9156c7d8e9ba3bd060e85afeb9734ba;hb=cdb8f4711235cbe73042ba6258afd438eaecb53a;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99 diff --git a/lib/Devel/REPL/Profile.pm b/lib/Devel/REPL/Profile.pm index c86b2ed..3ae853c 100644 --- a/lib/Devel/REPL/Profile.pm +++ b/lib/Devel/REPL/Profile.pm @@ -6,22 +6,22 @@ requires 'apply_profile'; =head1 NAME -Devel::REPL::Profile +Devel::REPL::Profile - code to execute when re.pl starts =head1 SYNOPSIS package Devel::REPL::Profile::MyProject; - + use Moose; use namespace::autoclean; - + with 'Devel::REPL::Profile'; - + sub apply_profile { my ($self, $repl) = @_; # do something here } - + 1; =head1 DESCRIPTION