Переглянути джерело

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 11 роки тому
батько
коміт
40186a21b5
2 змінених файлів з 3 додано та 17 видалено
  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();