# -*- Perl -*- # # File: Makefile.PL # Desc: Make the makefile for the PTools-SDF distribution # Date: Sat Mar 17 14:01:49 2007 # use inc::Module::Install; name 'PTools-SDF'; author 'Chris Cobb '; license 'perl'; all_from 'lib/PTools/SDF.pm'; tests 't/*.t'; ## t/*/*.t t/*/*/*.t'; # When building this distribution #no_index directory => 'eg'; build_requires Test::More => 0; # Standard modules needed requires Carp => 0; requires Fcntl => 0; requires strict => 0; requires warnings => 0; # Additional modules needed # (none) WriteAll();