opnsense-ports/devel/p5-Shell-Base/pkg-descr
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

16 lines
542 B
Text

NAME
Shell::Base - A generic class to build line-oriented command
interpreters.
DESCRIPTION
Shell::Base is a base class designed for building command line programs.
It defines a number of useful defaults, simplifies adding commands and
help, and integrates well with Term::ReadLine.
COPYRIGHT
Copyright (C) 2003 Darren Chamberlain. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
WWW: http://search.cpan.org/dist/Shell-Base/