|
@@ -32,30 +32,9 @@ except = \.travis.yml
|
|
|
[ConfirmRelease]
|
|
[ConfirmRelease]
|
|
|
[UploadToCPAN]
|
|
[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
|
|
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]
|
|
[Test::PodSpelling]
|
|
|
stopwords = GETTERS
|
|
stopwords = GETTERS
|
|
|
stopwords = TESTSUITE
|
|
stopwords = TESTSUITE
|
|
@@ -133,6 +112,11 @@ check_all_plugins = 1
|
|
|
[ContributorsFromGit]
|
|
[ContributorsFromGit]
|
|
|
|
|
|
|
|
[TidyAll]
|
|
[TidyAll]
|
|
|
|
|
+
|
|
|
|
|
+;Whack the TRAVIS CI goo from the manifest
|
|
|
|
|
+[Run::AfterBuild]
|
|
|
|
|
+run = sed -i -e 's/^.travis.yml$//g' %d%pMANIFEST
|
|
|
|
|
+
|
|
|
[Signature]
|
|
[Signature]
|
|
|
|
|
|
|
|
[Git::CommitBuild]
|
|
[Git::CommitBuild]
|