Changes for version 0.0010
- this is a read-eval-print loop and not a read-eval-loop, doh
- total rewrite for the implementation of dumpers
- new output style with the plain dumper (idea borrowed from Sepia by Sean O'Rourke
- Data::Dump, Data::Dumper, YAML are only required at runtime and fail gracefully if not there
- the preferred dumper is via Data::Dump, but it falls back to Data::Dumper, YAML and the plain dumper according to availability
- fix bug: inline contexts (like #scalar) were not being respected for printing
- Makefile.PL required ExtUtils::MakeMaker 6.31 and we are more tolerant now (thanks, Lorn)
- now the right line number is used at warnings and errors (Lorn again)
Documentation
A read-eval-print loop in Perl (see Shell::Perl)
Provides
in lib/Shell/Perl/Dumper.pm
in lib/Shell/Perl/Dumper.pm
in lib/Shell/Perl/Dumper.pm
in lib/Shell/Perl/Dumper.pm