X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FScript.pm;h=fb1e9537a4b3a5ff4834c1a0abc58e9248662ab0;hp=fe01d53b60114b613fb3c0d4d9d81f21c1a8434b;hb=584978c990ea260400f416af78fe316f5fa7f0d2;hpb=28e93f31852a563bc36e1fd58c28eb46beeec64d diff --git a/lib/Devel/REPL/Script.pm b/lib/Devel/REPL/Script.pm index fe01d53..fb1e953 100644 --- a/lib/Devel/REPL/Script.pm +++ b/lib/Devel/REPL/Script.pm @@ -19,7 +19,7 @@ has 'rcfile' => ( has 'profile' => ( is => 'ro', isa => 'Str', - default => sub { $ENV{DEVEL_REPL_PROFILE} || 'Default' }, + default => sub { $ENV{DEVEL_REPL_PROFILE} || 'Minimal' }, ); has '_repl' => (