X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FProfile.pm;h=4605b317ff23e733bd93af04b737bc798ecfbf79;hb=f109bc790c4450543e3bd07beb3abee5c4b923e0;hp=007702f5e9b2f25aa3e5b6af9935c190945fd855;hpb=afc8677b078de3f125147caf731bd298c8b6d04e;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Profile.pm b/lib/Devel/REPL/Profile.pm index 007702f..4605b31 100644 --- a/lib/Devel/REPL/Profile.pm +++ b/lib/Devel/REPL/Profile.pm @@ -1,12 +1,14 @@ package Devel::REPL::Profile; -use Moose::Role; +our $VERSION = '1.003027'; +use Moose::Role; requires 'apply_profile'; +use namespace::autoclean; =head1 NAME -Devel::REPL::Profile +Devel::REPL::Profile - code to execute when re.pl starts =head1 SYNOPSIS