Added 'use Test::More;'. Duh.
[catagits/Catalyst-Runtime.git] / t / lib / ACLTestApp / Controller / Root.pm
index 2dd1c10..a1aa83b 100644 (file)
@@ -1,4 +1,5 @@
 package ACLTestApp::Controller::Root;
+use Test::More;
 
 use base 'Catalyst::Controller';