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=b2e95da9b9a0bc52c9f592bb333627e464a3c289;hp=007702f5e9b2f25aa3e5b6af9935c190945fd855;hb=796cd7ec80de14e45ca8221d545aceb7b9bc0b71;hpb=afc8677b078de3f125147caf731bd298c8b6d04e diff --git a/lib/Devel/REPL/Profile.pm b/lib/Devel/REPL/Profile.pm index 007702f..b2e95da 100644 --- a/lib/Devel/REPL/Profile.pm +++ b/lib/Devel/REPL/Profile.pm @@ -1,12 +1,16 @@ package Devel::REPL::Profile; +# ABSTRACT: Code to execute when re.pl starts -use Moose::Role; +our $VERSION = '1.003027'; +use Moose::Role; requires 'apply_profile'; +use namespace::autoclean; -=head1 NAME +1; +__END__ -Devel::REPL::Profile +=pod =head1 SYNOPSIS @@ -79,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;