logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Path::Router::Shell - An interactive shell for testing router configurations

Author

       Stevan Little <stevan@cpan.org>

Bugs

       All  complex  software  has bugs lurking in it, and this module is no exception. If you find a bug please
       either email me, or add the bug to cpan-RT.

Description

       This is a tool for helping test the routing in your applications, so you simply write a small script like
       showing in the SYNOPSIS and then you can use it to test new routes or debug routing issues, etc etc etc.

Methods

new(router= $router)>
       routershellmeta

Name

       Path::Router::Shell - An interactive shell for testing router configurations

Synopsis

         #!/usr/bin/perl

         use strict;
         use warnings;

         use My::App::Router;
         use Path::Router::Shell;

         Path::Router::Shell->new(router => My::App::Router->new)->shell;

Version

       version 0.15

See Also