[Bps-public-commit] Prophet branch, master, updated. a04cc4e35583663802c9bfda7e6514b595f86491
sartak at bestpractical.com
sartak at bestpractical.com
Wed Jul 15 04:22:46 EDT 2009
The branch, master has been updated
via a04cc4e35583663802c9bfda7e6514b595f86491 (commit)
from 86ff63fe31fb960a7f29aa93b289314b1ab83720 (commit)
Summary of changes:
lib/Prophet/CLI/Dispatcher.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit a04cc4e35583663802c9bfda7e6514b595f86491
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed Jul 15 04:22:29 2009 -0400
Extend Mo.se::Object so that we get "new" and friends
diff --git a/lib/Prophet/CLI/Dispatcher.pm b/lib/Prophet/CLI/Dispatcher.pm
index 98bd653..686975c 100644
--- a/lib/Prophet/CLI/Dispatcher.pm
+++ b/lib/Prophet/CLI/Dispatcher.pm
@@ -1,6 +1,8 @@
package Prophet::CLI::Dispatcher;
use Path::Dispatcher::Declarative -base;
use Any::Moose;
+extends 'Path::Dispatcher::Declarative', any_moose('Object');
+
require Prophet::CLIContext;
with 'Prophet::CLI::Parameters';
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list