File: Appconfig.pm

package info (click to toggle)
libcatalyst-view-tt-perl 0.34-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 324 kB
  • ctags: 164
  • sloc: perl: 2,324; makefile: 4
file content (6 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
package TestApp::View::TT::Appconfig;

use strict;
use base 'Catalyst::View::TT';

1;