Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
irc-tree-repl - A Tree-enabled Eval::WithLexicals instance
SYNOPSIS
$ irc-tree-repl
> my $tree = create_tree();
> my $net = create_net();
> my $random_net = create_random_net();
--> Speak perl as normal
DESCRIPTION
An Eval::WithLexicals REPL that installs a couple simple methods for creating an IRC::Server::Tree or IRC::Server::Tree::Network.
See the documentation for those modules for usage details.
create_tree
Spawn an IRC::Server::Tree instance.
create_net
Spawn an IRC::Server::Tree::Network instance.
create_random_net
Create a randomized Network tree.
AUTHOR
Jon Portnoy <avenj@cobaltirc.org>