refactor of the API and mainly Catalyst::View::Email::Template
[catagits/Catalyst-View-Email.git] / t / lib / TestApp / View / Mason.pm
index 070749f..d3a3b34 100644 (file)
@@ -4,6 +4,6 @@ package # Hide me.
 use strict;
 eval "use base 'Catalyst::View::Mason';";
 
-__PACKAGE__->config( data_dir => TestApp->path_to('cache')->stringify );
+eval "__PACKAGE__->config( data_dir => TestApp->path_to('cache')->stringify );";
 
 1;