File: TT.pm

package info (click to toggle)
ebug-http 0.31-2.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 348 kB
  • ctags: 343
  • sloc: perl: 1,957; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
package Devel::ebug::HTTP::View::TT;
use strict;
use warnings;
use Catalyst::View::TT;
use base qw(Catalyst::View::TT);

1;