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=26adf9e68a2098e8749440665b8004ff93519b66;hp=0d4bb725cc395a6b21bf9a3b98acb3011e90c2ad;hb=77327851f87a17466307e8fccdbf2e0d3c2e58dc;hpb=2b75dcadb6d1d907df3257f1e655a5a5028862ff diff --git a/lib/Devel/REPL/Profile.pm b/lib/Devel/REPL/Profile.pm index 0d4bb72..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.003029'; +our $VERSION = '1.003030'; use Moose::Role; requires 'apply_profile';