[Bps-public-commit] Prophet branch, master, updated. 0.742-4-g5953dbc
Shawn Moore
sartak at bestpractical.com
Fri Jun 18 15:12:34 EDT 2010
The branch, master has been updated
via 5953dbc28a142c80777410c0b9c60c7d1457309b (commit)
from 6ce9e8aba832ba68cc069caded099e85f58e1941 (commit)
Summary of changes:
lib/Prophet/CLI/Dispatcher/Rule.pm | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 5953dbc28a142c80777410c0b9c60c7d1457309b
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Fri Jun 18 15:13:29 2010 -0400
Make Prophet::CLI::Dispatcher::Rule a role
diff --git a/lib/Prophet/CLI/Dispatcher/Rule.pm b/lib/Prophet/CLI/Dispatcher/Rule.pm
index ae81c98..0988e8e 100644
--- a/lib/Prophet/CLI/Dispatcher/Rule.pm
+++ b/lib/Prophet/CLI/Dispatcher/Rule.pm
@@ -1,6 +1,5 @@
package Prophet::CLI::Dispatcher::Rule;
-use Any::Moose;
-extends 'Path::Dispatcher::Rule';
+use Any::Moose 'Role';
has cli => (
is => 'rw',
@@ -9,8 +8,7 @@ has cli => (
predicate => 'has_cli',
);
-__PACKAGE__->meta->make_immutable;
-no Any::Moose;
+no Any::Moose 'Role';
1;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list