File: GD.pm

package info (click to toggle)
libcatalyst-view-gd-perl 0.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 116 kB
  • ctags: 7
  • sloc: perl: 128; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
package GDTestApp::View::GD;

use strict;
use warnings;

use base 'Catalyst::View::GD';

1;

__END__