James G Smith > Gestinanna-0.02 > Gestinanna::Shell::Base

Download:
Gestinanna-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Gestinanna::Shell::Base - base commands and support for command extensions

SYNOPSIS ^

 package Gestinanna::Shell::MyCommands;

 use base qw(Gestinanna::Shell::Base);

 %COMMANDS = (
    command => \&do_command,
 );

 %EXPORTED_COMMANDS = (
    mycommand => \do_mycommand,
 );

DESCRIPTION ^

AUTHOR ^

James G. Smith, <jsmith@cpan.org>

COPYRIGHT ^

Copyright (C) 2002 Texas A&M University. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.