[Bps-public-commit] r17446 - in Path-Dispatcher/trunk: t
sartak at bestpractical.com
sartak at bestpractical.com
Tue Dec 30 14:21:43 EST 2008
Author: sartak
Date: Tue Dec 30 14:21:40 2008
New Revision: 17446
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/t/900-use-path-dispatcher.t
Log:
r78064 at onn: sartak | 2008-12-30 00:05:22 -0500
Test fix, since error text changed
Modified: Path-Dispatcher/trunk/t/900-use-path-dispatcher.t
==============================================================================
--- Path-Dispatcher/trunk/t/900-use-path-dispatcher.t (original)
+++ Path-Dispatcher/trunk/t/900-use-path-dispatcher.t Tue Dec 30 14:21:40 2008
@@ -8,5 +8,5 @@
use Path::Dispatcher -base;
";
-like($@, qr/^use Path::Dispatcher \(-base\) called by MyApp::Dispatcher\. Did you mean Path::Dispatcher::Declarative\?/);
+like($@, qr/^'use Path::Dispatcher \(-base\)' called by MyApp::Dispatcher\. Did you mean to use Path::Dispatcher::Declarative\?/);
More information about the Bps-public-commit
mailing list