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

sartak at bestpractical.com sartak at bestpractical.com
Tue Nov 4 17:36:10 EST 2008


Author: sartak
Date: Tue Nov  4 17:36:07 2008
New Revision: 16671

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

Log:
 r74960 at onn:  sartak | 2008-11-03 22:27:43 -0500
 No need to throw an explicit error here, Perl gives an even better method-missing error


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	Tue Nov  4 17:36:07 2008
@@ -18,8 +18,6 @@
     default => 0,
 );
 
-sub _match { die "_match not implemented in " . (blessed($_[0]) || $_[0]) }
-
 sub match {
     my $self = shift;
     my $path = shift;



More information about the Bps-public-commit mailing list