Revision history for Reply {{$NEXT}} 0.12 2013-06-25 - make the AutoRefresh plugin use the new track_require functionality in Class::Refresh (fixes a problem reported by Michael Reddick) 0.11 2013-06-24 - report failure to load of plugins which use modules that fail to load (reported by Michael Reddick) 0.10 2013-06-24 - don't pollute main::, since that's where the default configuration drops the user (reported by miyagawa) 0.09 2013-06-21 - fix tests 0.08 2013-06-21 - add AutoRefresh plugin (Michael Reddick) 0.07 2013-06-08 - expose a 'step' method to run single iterations of the repl - plugins specified in the 'plugins' constructor parameter are now run after loading config rather than before (this should give them more control over what actually runs - if this is a problem, i might add separate options for "before config" and "after config") - config handling is split out into a separate Reply::Config class for better reuse of the config loading logic - DataDumper plugin now sets Terse and Sortkeys, since that produces output that looks better - plugins can now set multiple independent lexical environments, to allow them to override the actual logical environment without wiping out special vars set by other plugins 0.06 2013-06-08 - add Timer plugin (Arthur Axel fREW Schmidt) - fix DataPrinter plugin when ~/.dataprinter has a custom value for 'alias' (Charles Bailey) 0.05 2013-06-04 - avoid test failures from DataPrinter, since it's optional 0.04 2013-06-04 - add a bit of option parsing to the reply script, to support choosing an alternate configuration file - Data::Printer plugin (creaktive) 0.03 2013-06-03 - fix LexicalPersistence plugin (reported by tokuhirom) 0.02 2013-06-03 - packaging and pod fixes 0.01 2013-06-03 - Initial release