File: 01use.t

package info (click to toggle)
libcatalyst-view-tt-perl 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: perl: 710; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
use strict;
use warnings;
use Test::More tests => 2;

BEGIN { use_ok('Catalyst::View::TT') }
BEGIN { use_ok('Catalyst::Helper::View::TT') }