aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Shell-Base/pkg-descr
blob: b9b563e65635a62c54a731896449c98c027d9792 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.