[Bps-public-commit] r16371 - in Path-Dispatcher/trunk: lib/Path/Dispatcher t
sartak at bestpractical.com
sartak at bestpractical.com
Sun Oct 19 07:18:36 EDT 2008
Author: sartak
Date: Sun Oct 19 07:18:29 2008
New Revision: 16371
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/lib/Path/Dispatcher/Match.pm
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule.pm
Path-Dispatcher/trunk/t/012-under.t
Log:
r74147 at onn: sartak | 2008-10-19 07:18:22 -0400
Misc incisions
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Match.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Match.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Match.pm Sun Oct 19 07:18:29 2008
@@ -2,7 +2,6 @@
package Path::Dispatcher::Match;
use Moose;
-use Path::Dispatcher::Stage;
use Path::Dispatcher::Rule;
has path => (
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule.pm Sun Oct 19 07:18:29 2008
@@ -3,7 +3,6 @@
use Moose;
use Path::Dispatcher::Match;
-use Path::Dispatcher::Stage;
sub match_class { "Path::Dispatcher::Match" }
Modified: Path-Dispatcher/trunk/t/012-under.t
==============================================================================
--- Path-Dispatcher/trunk/t/012-under.t (original)
+++ Path-Dispatcher/trunk/t/012-under.t Sun Oct 19 07:18:29 2008
@@ -4,8 +4,6 @@
use Test::More tests => 14;
use Path::Dispatcher;
-my @calls;
-
my $predicate = Path::Dispatcher::Rule::Tokens->new(
tokens => ['ticket'],
prefix => 1,
More information about the Bps-public-commit
mailing list