Implementedtests, recompiled README.
[catagits/Catalyst-Controller-MovableType.git] / t / lib / TestApp / Controller / Mt.pm
CommitLineData
9839e790 1package TestApp::Controller::Mt;
2
3use Moose;
4BEGIN {extends 'Catalyst::Controller::MovableType'; }
5use utf8;
6
7__PACKAGE__->config(
8 mt_home => 't/cgi-bin/' # Tests don't have a real Movable Type, so this is just to satisfy the controller.
9 );
10
111;
12