[Bps-public-commit] r15529 - in Path-Dispatcher/trunk: lib/Path

sartak at bestpractical.com sartak at bestpractical.com
Wed Aug 27 11:05:45 EDT 2008


Author: sartak
Date: Wed Aug 27 11:05:44 2008
New Revision: 15529

Modified:
   Path-Dispatcher/trunk/   (props changed)
   Path-Dispatcher/trunk/Changes
   Path-Dispatcher/trunk/lib/Path/Dispatcher.pm

Log:
 r70552 at onn:  sartak | 2008-08-27 11:04:34 -0400
 dist doc


Modified: Path-Dispatcher/trunk/Changes
==============================================================================
--- Path-Dispatcher/trunk/Changes	(original)
+++ Path-Dispatcher/trunk/Changes	Wed Aug 27 11:05:44 2008
@@ -0,0 +1,5 @@
+Revision history for Path-Dispatcher
+
+0.01    Wed Aug 27 11:04:18 2008
+        Initial release
+

Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher.pm	(original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher.pm	Wed Aug 27 11:05:44 2008
@@ -2,6 +2,8 @@
 package Path::Dispatcher;
 use Moose;
 
+our $VERSION = '0.01';
+
 use Path::Dispatcher::Stage;
 use Path::Dispatcher::Rule;
 use Path::Dispatcher::Dispatch;
@@ -141,3 +143,38 @@
 
 1;
 
+__END__
+
+=head1 NAME
+
+Path::Dispatcher - flexible dispatch
+
+=head1 DESCRIPTION
+
+We really like L<Jifty::Dispatcher> and wanted to use it for the command line.
+
+More documentation coming later, there's a lot here..
+
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at bestpractical.com> >>
+
+=head1 BUGS
+
+C<after> substages are not yet run properly when primary stage is run.
+
+The order matches when a super dispatch is added B<will> change.
+
+Please report any bugs or feature requests to
+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 COPYRIGHT & LICENSE
+
+Copyright 2008 Best Practical Solutions.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+=cut
+



More information about the Bps-public-commit mailing list