File: AppConfig.pm

package info (click to toggle)
libcatalyst-view-email-perl 0.36-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: perl: 2,665; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
package # Hide from PAUSE
    TestApp::View::Email::Template::AppConfig;

use Email::Sender::Simple;

use base 'Catalyst::View::Email::Template';

1;