[Bps-public-commit] r15543 - in sd/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Aug 27 12:30:15 EDT 2008
Author: sartak
Date: Wed Aug 27 12:30:14 2008
New Revision: 15543
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/CLI/Dispatcher.pm
Log:
r70578 at onn: sartak | 2008-08-27 12:29:56 -0400
resolve_builtin_aliases now canonicalizes case for us
Modified: sd/trunk/lib/App/SD/CLI/Dispatcher.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Dispatcher.pm (original)
+++ sd/trunk/lib/App/SD/CLI/Dispatcher.pm Wed Aug 27 12:30:14 2008
@@ -13,7 +13,7 @@
on qr{.} => sub {
my %args = @_;
- my @pieces = map { ucfirst lc $_ } __PACKAGE__->resolve_builtin_aliases(@{ $args{dispatching_on} });
+ my @pieces = __PACKAGE__->resolve_builtin_aliases(@{ $args{dispatching_on} });
my @possible_classes;
while (@pieces) {
More information about the Bps-public-commit
mailing list