- make type_key 'ro' after controller has been created no real need to change it
[catagits/Catalyst-Engine-STOMP.git] / t / 00_use.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 1;
5 use_ok 'Catalyst::Engine::Stomp';
6