Explorar o código

Merge pull request #75 from gempesaw/misc-from-mb-to-dzil

Clean up some forgotten items in the transition from make to dzil
Daniel Gempesaw %!s(int64=11) %!d(string=hai) anos
pai
achega
40186a21b5
Modificáronse 2 ficheiros con 3 adicións e 17 borrados
  1. 3 4
      README
  2. 0 13
      t/manifest.t

+ 3 - 4
README

@@ -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
 

+ 0 - 13
t/manifest.t

@@ -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();