[Bps-public-commit] r16589 - in Path-Dispatcher/trunk: lib/Path
sartak at bestpractical.com
sartak at bestpractical.com
Tue Oct 28 17:50:32 EDT 2008
Author: sartak
Date: Tue Oct 28 17:50:32 2008
New Revision: 16589
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
Log:
r74713 at onn: sartak | 2008-10-28 17:50:26 -0400
Prior art etc :)
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher.pm Tue Oct 28 17:50:32 2008
@@ -128,6 +128,9 @@
that matched. These phases are distinct so that, if you need to, you can
inspect which rules were matched without ever running their codeblocks.
+Most consumers would want to use L<Path::Dispatcher::Declarative> which gives
+you some sugar inspired by L<Jifty::Dispatcher>.
+
=head1 ATTRIBUTES
=head2 rules
@@ -166,6 +169,20 @@
C<bug-path-dispatcher at rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Path-Dispatcher>.
+=head1 SEE ALSO
+
+=over 4
+
+=item L<Jifty::Dispatcher>
+
+=item L<Catalyst::Dispatcher>
+
+=item L<Mojolicious::Dispatcher>
+
+=item L<Path::Router>
+
+=back
+
=head1 COPYRIGHT & LICENSE
Copyright 2008 Best Practical Solutions.
More information about the Bps-public-commit
mailing list