[Bps-public-commit] r16613 - in Path-Dispatcher/trunk: lib/Path
sartak at bestpractical.com
sartak at bestpractical.com
Wed Oct 29 20:56:55 EDT 2008
Author: sartak
Date: Wed Oct 29 20:56:54 2008
New Revision: 16613
Modified:
Path-Dispatcher/trunk/ (props changed)
Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
Log:
r74839 at onn: sartak | 2008-10-29 20:56:49 -0400
It's called init_arg not init_args
Modified: Path-Dispatcher/trunk/lib/Path/Dispatcher.pm
==============================================================================
--- Path-Dispatcher/trunk/lib/Path/Dispatcher.pm (original)
+++ Path-Dispatcher/trunk/lib/Path/Dispatcher.pm Wed Oct 29 20:56:54 2008
@@ -26,7 +26,7 @@
metaclass => 'Collection::Array',
is => 'rw',
isa => 'ArrayRef[Path::Dispatcher::Rule]',
- init_args => 'rules',
+ init_arg => 'rules',
default => sub { [] },
provides => {
push => 'add_rule',
More information about the Bps-public-commit
mailing list