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=4605b317ff23e733bd93af04b737bc798ecfbf79;hb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a;hpb=54beb05dd302b5e166bf46c888318527e13375c7 diff --git a/lib/Devel/REPL/Profile.pm b/lib/Devel/REPL/Profile.pm index 4605b31..f441022 100644 --- a/lib/Devel/REPL/Profile.pm +++ b/lib/Devel/REPL/Profile.pm @@ -1,14 +1,16 @@ 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'; use namespace::autoclean; -=head1 NAME +1; +__END__ -Devel::REPL::Profile - code to execute when re.pl starts +=pod =head1 SYNOPSIS @@ -81,10 +83,4 @@ as-is. Matt S Trout - mst (at) shadowcatsystems.co.uk (L) -=head1 LICENSE - -This library is free software under the same terms as perl itself - =cut - -1;