[Bps-public-commit] SD branch, master, updated. 160a02568cfb720128010424ffbeb6d96558f38a
jesse
jesse at bestpractical.com
Thu Apr 16 01:36:46 EDT 2009
The branch, master has been updated
via 160a02568cfb720128010424ffbeb6d96558f38a (commit)
from d2db62d588d3e79ce780ca8016b464f5140796e8 (commit)
Summary of changes:
lib/App/SD/CLI/Command/Publish.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 160a02568cfb720128010424ffbeb6d96558f38a
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Apr 16 13:36:14 2009 +0800
Any::Moosify publish to html
diff --git a/lib/App/SD/CLI/Command/Publish.pm b/lib/App/SD/CLI/Command/Publish.pm
index 8f8123f..c65a742 100644
--- a/lib/App/SD/CLI/Command/Publish.pm
+++ b/lib/App/SD/CLI/Command/Publish.pm
@@ -152,7 +152,8 @@ __PACKAGE__->meta->make_immutable;
no Any::Moose;
package App::SD::Server::Static;
-use base 'App::SD::Server';
+use Any::Moose;
+extends 'App::SD::Server';
use Params::Validate;
use JSON;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list