From: okko Date: Tue, 13 Apr 2010 11:51:44 +0000 (+0300) Subject: Release of version 0.002. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=962d061e16cccaa6f54e6a58a8ed98f40e4ea7bf;hp=30009b25ae2dda53abf5dc9519267b125f88b9bc;p=catagits%2FCatalyst-Controller-MovableType.git Release of version 0.002. --- diff --git a/README b/README index bc99a99..ae7717c 100644 --- a/README +++ b/README @@ -2,11 +2,13 @@ NAME Catalyst::Controller::MovableType - Run Movable Type through Catalyst SYNOPSIS - package MyApp::Controller::Mt; + package MyApp::Controller::Mt; - use Moose; BEGIN {extends 'Catalyst::Controller::MT'; } use utf8; + use Moose; + BEGIN {extends 'Catalyst::Controller::MovableType'; } + use utf8; - 1; + 1; INSTALLATION Install Movable Type by extracting the zip into your template root