[Bps-public-commit] Path-Dispatcher branch, master, updated. 20a9758ab9949e4bcc93f78b0e6dce855163558b
sartak at bestpractical.com
sartak at bestpractical.com
Tue Feb 24 16:10:40 EST 2009
The branch, master has been updated
via 20a9758ab9949e4bcc93f78b0e6dce855163558b (commit)
from 7e409b713f413af0085a39c2b5ab1bcf7c794dfe (commit)
Summary of changes:
lib/Path/Dispatcher/Declarative.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 20a9758ab9949e4bcc93f78b0e6dce855163558b
Author: Shawn M Moore <sartak at gmail.com>
Date: Tue Feb 24 16:10:29 2009 -0500
It's just "abort" not "abort rule"
diff --git a/lib/Path/Dispatcher/Declarative.pm b/lib/Path/Dispatcher/Declarative.pm
index 4b6bcd5..3b3c625 100644
--- a/lib/Path/Dispatcher/Declarative.pm
+++ b/lib/Path/Dispatcher/Declarative.pm
@@ -24,7 +24,7 @@ sub _next_rule () {
}
sub _last_rule () {
- die "Path::Dispatcher abort rule\n";
+ die "Path::Dispatcher abort\n";
}
sub import {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list