Explorar el Código

v12 release (for real this time???) Had to fix travis stuff

George S. Baugh hace 11 años
padre
commit
383004a8d6
Se han modificado 3 ficheros con 7 adiciones y 22 borrados
  1. 1 0
      MANIFEST.SKIP
  2. 6 22
      dist.ini
  3. BIN
      dist/TestRail-API-0.012.tar.gz

+ 1 - 0
MANIFEST.SKIP

@@ -8,3 +8,4 @@ README.md
 .gitignore
 tidyall.ini
 enivronment.sh
+TestRail-API-*/*

+ 6 - 22
dist.ini

@@ -32,30 +32,9 @@ except = \.travis.yml
 [ConfirmRelease]
 [UploadToCPAN]
 
-[Test::Compile]
-[Test::DistManifest]
-[Test::EOL]
-[Test::Version]
-[Test::Kwalitee]
-[MetaTests]
-[Test::CPAN::Meta::JSON]
-[Test::MinimumVersion]
-[MojibakeTests]
-[Test::NoTabs]
-[PodCoverageTests]
-[PodSyntaxTests]
-[Test::Synopsis]
-[Test::UnusedVars]
-[Test::Pod::LinkCheck]
-[Test::CPAN::Changes]
-
-[Test::Perl::Critic]
+[@TestingMania]
 critic_config = perlcriticrc
 
-;#XXX I don't see a real good way to get my travisYML in there other than whack this stuff.
-[Test::Portability]
-options = test_one_dot = 0, test_ansi_chars = 0
-
 [Test::PodSpelling]
 stopwords = GETTERS
 stopwords = TESTSUITE
@@ -133,6 +112,11 @@ check_all_plugins = 1
 [ContributorsFromGit]
 
 [TidyAll]
+
+;Whack the TRAVIS CI goo from the manifest
+[Run::AfterBuild]
+run = sed -i -e 's/^.travis.yml$//g' %d%pMANIFEST
+
 [Signature]
 
 [Git::CommitBuild]

BIN
dist/TestRail-API-0.012.tar.gz