File: Makefile.PL

package info (click to toggle)
libcgi-validop-perl 0.56-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 500 kB
  • ctags: 251
  • sloc: perl: 4,804; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use inc::Module::Install;

name 'CGI-ValidOp';
all_from 'lib/CGI/ValidOp.pm';

requires 'HTML::Entities' => 0;
requires 'CGI'            => 0;

test_requires 'Test::Taint' => 0;
test_requires 'Test::More' => 0;
test_requires 'Test::Exception' => 0;

repository 'https://svn.opensourcery.com/public/projects/validop/trunk';

WriteAll;