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=febb5ee35a4390dcc5b7034af0897ca592546a9a;hp=6740fbe3af72628236154a57247d2a069a768c37;hb=moo;hpb=9b7bfb6ac233dca407f12db47aa8dda7c9c1d338 diff --git a/lib/Devel/REPL/Profile/Minimal.pm b/lib/Devel/REPL/Profile/Minimal.pm index 6740fbe..febb5ee 100644 --- a/lib/Devel/REPL/Profile/Minimal.pm +++ b/lib/Devel/REPL/Profile/Minimal.pm @@ -1,7 +1,7 @@ package Devel::REPL::Profile::Minimal; -use Moose; -use namespace::autoclean; +use Moo; +use namespace::sweep; with 'Devel::REPL::Profile';