Revision history for Perl extension Shell::Perl.
0.0011 Jun 21, 2007 [worked around Mar 15, 2007]
- some minor improvements to Makefile.PL - conformance
to META.yml specification
- when dumping YAML, prefer YAML::Syck to YAML if available
- we have a bug to fix: the REPL and the running interpreter
share global state (like $_) and so relying on these
between lines is not nice (to say the least)
0.0010 Mar 14, 2007
- 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)
0.0009 Mar 13, 2007
- forgot README in MANIFEST
- the default evaluation package is now
"Shell::Perl::sandbox"
0.0008 Mar 13, 2007
- cmarcelo: some doc typos fixed
- a SEE ALSO section
- first CPAN release
0.0007 Mar 7, 2007
- added some POD to Shell.pm and pirl source files
0.0006 Feb 23, 2007
- sources imported to Google code (no history :(, yet)
- patches by cmarcelo:
* implement list and void contexts for evaluation
* implement context override in a per-input basis
- we have tests now, even though t/98pod-coverage.t
does not pass yet
0.0005 Jan 27, 2007
- relax the restrictions during eval - no strict qw(vars subs)
0.0004 Jan 25, 2007
- the same changes as before, now working
0.0003 Jan 25, 2007
- prompt changes with the script name
- psh renamed to pirl
- borked
0.0002 ?
0.0001 ?