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=0d4bb725cc395a6b21bf9a3b98acb3011e90c2ad;hp=f441022e158e2a12a60bdeea234d3e8cad4583b6;hb=HEAD;hpb=23ff40a312a23553e65e63e26d74af6c656efe16 diff --git a/lib/Devel/REPL/Profile.pm b/lib/Devel/REPL/Profile.pm index f441022..26adf9e 100644 --- a/lib/Devel/REPL/Profile.pm +++ b/lib/Devel/REPL/Profile.pm @@ -1,7 +1,7 @@ package Devel::REPL::Profile; # ABSTRACT: Code to execute when re.pl starts -our $VERSION = '1.003028'; +our $VERSION = '1.003030'; use Moose::Role; requires 'apply_profile';