X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FOverview.pod;fp=lib%2FDevel%2FREPL%2FOverview.pod;h=a71fd23ce842f7ed7dfaf50e7b23f004cad8a31f;hp=3d7b81deaec185a33dc4c0f850186d6f9774596c;hb=584978c990ea260400f416af78fe316f5fa7f0d2;hpb=e962ffaa09fd9f651d8f1224953e6a1af66cfcbb diff --git a/lib/Devel/REPL/Overview.pod b/lib/Devel/REPL/Overview.pod index 3d7b81d..a71fd23 100644 --- a/lib/Devel/REPL/Overview.pod +++ b/lib/Devel/REPL/Overview.pod @@ -226,10 +226,9 @@ There are lots of contributed plugins you can find at CPAN. If plugins change and extend functionality of Devel::REPL, profiles are changing your environment (loaded plugins, constants, subs and etc.). -There's only one bundled profile called `Devel::REPL::Profile::Default`, lets -take a look at it: +For example, the Minimal profile, `Devel::REPL::Profile::Minimal`: - package Devel::REPL::Profile::Default; + package Devel::REPL::Profile::Minimal; use Moose; ### advanced OOP system for Perl @@ -253,11 +252,17 @@ take a look at it: 1; -At the moment there are no profiles on CPAN. Mostly you'll use control files. +There is also the 'Standard' profile, which contains a number of optional (yet +very useful) features. + To enable some profile use --profile switch: $ re.pl --profile SomeProfile +Alternatively, you can set the environment variable C to +C, or set the C key in your C (see +L for more information). + =head1 See Also L, L, L