[Bps-public-commit] r16851 - in Path-Dispatcher/trunk: lib/Path/Dispatcher/Rule
sartak at bestpractical.com
sartak at bestpractical.com
Sat Nov 15 21:00:21 EST 2008
Author: sartak
Date: Sat Nov 15 21:00:21 2008
New Revision: 16851
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Empty.pm
Log:
r75557 at onn: sartak | 2008-11-15 21:00:18 -0500
Class name fix
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Empty.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Empty.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher/Rule/Empty.pm Sat Nov 15 21:00:21 2008
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-package Path::Dispatcher::Rule::Always;
+package Path::Dispatcher::Rule::Empty;
use Moose;
extends 'Path::Dispatcher::Rule';
More information about the Bps-public-commit
mailing list