Clean up some forgotten items in the transition from make to dzil
@@ -15,10 +15,9 @@ INSTALLATION
To install this module, run the following commands:
- perl Makefile.PL
- make
- make test
- make install
+ dzil build
+ dzil test
+ dzil install
UNIT TESTS
@@ -1,13 +0,0 @@
-#!perl -T
-
-use strict;
-use warnings;
-use Test::More;
-unless ( $ENV{RELEASE_TESTING} ) {
- plan( skip_all => "Author tests not required for installation" );
-}
-eval "use Test::CheckManifest 0.9";
-plan skip_all => "Test::CheckManifest 0.9 required" if $@;
-ok_manifest();