File: Makefile.PL

package info (click to toggle)
libvalidate-net-perl 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 1,163; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
use inc::Module::Install 0.75;

all_from 'lib/Validate/Net.pm';
requires 'Class::Default' => '0.02';
requires 'Test::More'     => '0.42';

WriteAll;