NAME

App::Rad::Plugin::ReadLine::Demo - export &demo into your App::Rad app, so you can use ExampleRunner in the pod

VERSION

version 0.002

what?!

this is a little bit of trickery that adds an action to your App::Rad app that lets me run App::Rad::RreadLine commands by listing their names as arguments to the application.

EXPORTS

I love export based interfaces.

both are available on request ...

&demo

which then calls the actions listed replaces Term::UI's get_reply method so that App::Rad::Plugin::ReadLine thinks that users are typing those commands ...

and then calls the first action listed in @ARGV to get the ball rolling.

&getopt

an action that dumps $c->options, $c->argv, @ARGV, to convince you (and me) that App::Rad is being passed arguments that make sense based on what is typed in by the user...

This would be beter done in the test suite...

BUGS

Please report any bugs or feature requests to bug-app-rad-plugin-readline@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=App-Rad-Plugin-ReadLine

AUTHOR

FOOLISH <FOOLISH@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by FOOLISH.

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