X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FProfile.pm;h=26adf9e68a2098e8749440665b8004ff93519b66;hb=refs%2Fheads%2Fmaster;hp=b2e95da9b9a0bc52c9f592bb333627e464a3c289;hpb=9d2a4940f5958d82828272364ef754e9290b6113;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Profile.pm b/lib/Devel/REPL/Profile.pm index b2e95da..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.003027'; +our $VERSION = '1.003030'; use Moose::Role; requires 'apply_profile';