Bump to v0.06, adding in Mason tests and better config handling
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / TT.pm
index c407091..d5ac61b 100644 (file)
@@ -2,6 +2,6 @@ package # Hide me.
     TestApp::View::TT;
 
 use strict;
-use base 'Catalyst::View::TT';
+eval "use base 'Catalyst::View::TT';";
 
 1;