Package: wnpp Severity: wishlist Owner: Christine Spang <[email protected]>
* Package name : libpath-dispatcher-perl Version : 0.13 Upstream Author : Shawn Moore <[email protected]> * URL : http://search.cpan.org/dist/Path-Dispatcher/ * License : Perl (GPL-1+ | Artistic) Programming Lang: Perl Description : flexible and extensible command-line dispatch for Perl programs Path::Dispatcher is a Perl module that allows you to find code to run based on matching a path against a list of rules. . The basic operation is that of dispatch. Dispatch takes a path and a list of rules, and it returns a list of matches. From there you can "run" the rules that matched. These phases are distinct so that, if you need to, you can inspect which rules were matched without ever running their codeblocks. . Path::Dispatcher was inspired by the Jifty web framework's dispatcher, Jifty::Dispatcher. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

