X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FProfile%2FMinimal.pm;h=a6e7526128d9bff255b2fa2604aa62f61cfbe9c0;hp=2b03ac92243e47fac752d6695a94675ce96e3ae4;hb=77327851f87a17466307e8fccdbf2e0d3c2e58dc;hpb=3bda999e63a8bcc381bed8bd9d95bbba9af72e47 diff --git a/lib/Devel/REPL/Profile/Minimal.pm b/lib/Devel/REPL/Profile/Minimal.pm index 2b03ac9..a6e7526 100644 --- a/lib/Devel/REPL/Profile/Minimal.pm +++ b/lib/Devel/REPL/Profile/Minimal.pm @@ -1,7 +1,9 @@ package Devel::REPL::Profile::Minimal; +our $VERSION = '1.003030'; + use Moose; -use namespace::clean -except => [ 'meta' ]; +use namespace::autoclean; with 'Devel::REPL::Profile';