The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.11

  • -Major major revision! Plugins, clean OO framework implemented,divided shell into 4 main components,readline support,minimal autoloaded libraries

Modules

Base class providing minimal set of handy methods and used to communicate between shell components.
Class for shell commands.
Default Config plugin for Fry::Shell.
Fry::Shell Config plugin which uses YAML.
Dump plugin for Fry::Shell which uses Data::Dumper.
Default Dump plugin for Fry::Shell
Dump plugin for Fry::Shell which uses Data::TreeDumper.
Provides warn and die methods used by Fry::* classes.
Class for shell libraries.
Autoloaded library for DBI's object methods.
Default library loaded by Fry::Shell
Autoloaded library for Class::Inspector's class methods.
Base class serving as a container for its subclass's objects.
Class for shell options.
Default ReadLine plugin for Fry::Shell.
ReadLine plugin for Fry::Shell which uses Term::ReadLine::Gnu.
Flexible shell framework which encourages using loadable libraries of functions.
Class for shell variables.
Default View plugin for Fry::Shell displaying to the commandline.