require 5.004; # make sure perl version is at least 5.004 if (defined $ENV{SDFHOME}) { warn < 'SDF', 'DISTNAME' => 'sdf', 'VERSION' => '2.001', 'DIR' => [ qw(bin perllib) ], 'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX'=>'.gz'}, ); package MY; # What happens when we say 'make test' # Copied libwww Makefile.PL sub test { q( TEST_VERBOSE=0 test: all $(FULLPERL) t/TEST $(TEST_VERBOSE) ); } # Use t/sdftest for test target #sub test #{ # q( #TEST_VERBOSE=0 # #test: all # cd t && ./sdftest $(FULLPERL) # #); #}