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=f441022e158e2a12a60bdeea234d3e8cad4583b6;hp=b2e95da9b9a0bc52c9f592bb333627e464a3c289;hb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a;hpb=dff8f09fd635cf86407f90e4cd08dd77942b3bf0 diff --git a/lib/Devel/REPL/Profile.pm b/lib/Devel/REPL/Profile.pm index b2e95da..f441022 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.003028'; use Moose::Role; requires 'apply_profile';