-
-
28 May 2022 03:34:49 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (31)
- Testers (369 / 0 / 0)
- Kwalitee
Bus factor: 9- 57.32% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (60.77KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 22 contributors- Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
-
Shawn M Moore
-
Chris Marshall
-
Matt S Trout
-
Oliver Gorwits
-
ΧΧΧΧ Χ§ΧΧ'ΧΧ (Yuval Kogman)
-
Arthur Axel 'fREW' Schmidt
-
Alexis Sukrieh
-
Andrew Moore
- epitaph <unknown>
-
Jesse Luehrs
-
Norbert Buchmuller
-
Tomas Doran (t0m)
-
Dagfinn Ilmari MannsΓ₯ker
-
Dave Houston
-
Zakariyya Mughal
-
Ash Berlin
-
Justin Hunter
-
mgrimes
-
naquad
-
Ryan Niebur
-
Stevan Little
- Dependencies
- B::Concise
- Devel::Peek
- File::Spec
- Module::Runtime
- Moose
- Moose::Meta::Role
- Moose::Role
- MooseX::Getopt
- MooseX::Object::Pluggable
- Scalar::Util
- Task::Weaken
- Term::ANSIColor
- Term::ReadLine
- Time::HiRes
- namespace::autoclean
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.003029 - 2022-05-28
- removed File::HomeDir dependency
Documentation
overview of Devel::REPL.Modules
A modern perl interactive shellB::Concise dumping of expression optreesAdd color to return values, warnings, and errorsGeneric command creation plugin using injected functionsExtensible tab completionComplete global variables, packages, namespaced functionsComplete module names in use and requireComplete Perl keywords and operatorsComplete variable names in the REPL's lexical environmentComplete class or object method namesComplete Turtles-based commandsFormat results with Data::Dumper::ConciseFormat results with Data::Dump::StreamerPlugin for Devel::REPL to save or print the historyFacilitate user-defined promptsFinds variables by nameKeep track of all input, provide shortcuts !1, !-1Traps SIGINT to kill long-running linesProvide a lexical environment for the REPLRead lines until all blocks are closed#nopaste to upload session's input and outputRemember past results, _ is most recentPPI dumping of Perl codeKeep track of which package the user is inDevel::Peek plugin for Devel::REPL.Integrate history with the facilities provided by Term::ReadLineReload libraries with Module::RefreshDump classes initialized with Class::MOPDisplay execution timesGeneric command creation using a read hookCode to execute when re.pl startsProvides
in lib/Devel/REPL/Error.pmin lib/Devel/REPL/Meta/Plugin.pmin lib/Devel/REPL/Plugin.pmin lib/Devel/REPL/Profile/Default.pmin lib/Devel/REPL/Profile/Minimal.pmin lib/Devel/REPL/Profile/Standard.pmin lib/Devel/REPL/Script.pmExamples
Other files
Module Install Instructions
To install Devel::REPL, copy and paste the appropriate command in to your terminal.
cpanm Devel::REPL
perl -MCPAN -e shell install Devel::REPL
For more information on module installation, please visit the detailed CPAN module installation guide.