|
|
@@ -13,15 +13,49 @@ repository.web = https://github.com/teodesian/TestRail-Perl
|
|
|
repository.type = git
|
|
|
homepage = https://github.com/teodesian/TestRail-Perl
|
|
|
|
|
|
-[@Basic]
|
|
|
+[GatherDir]
|
|
|
+include_dotfiles = 1
|
|
|
|
|
|
-[@TestingMania]
|
|
|
+[PruneCruft]
|
|
|
+except = \.travis.yml
|
|
|
+
|
|
|
+[ManifestSkip]
|
|
|
+[MetaYAML]
|
|
|
+[License]
|
|
|
+[Readme]
|
|
|
+[ExtraTests]
|
|
|
+[ExecDir]
|
|
|
+[ShareDir]
|
|
|
+[MakeMaker]
|
|
|
+[Manifest]
|
|
|
+[TestRelease]
|
|
|
+[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]
|
|
|
critic_config = perlcriticrc
|
|
|
-; Test::Version is more or less incompatible with the Perl::Critic tests,
|
|
|
-; as the auto-inserter goes before stricture.
|
|
|
-; this defeats the purpose of only changing the version in one place, which is the point of dzil
|
|
|
|
|
|
-;lol, probably should do a pull request to add methods
|
|
|
+;#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
|