dist.ini 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. name = TestRail-API
  2. main_module = lib/TestRail/API.pm
  3. version = 0.012
  4. author = George S. Baugh <teodesian@cpan.org>
  5. license = Perl_5
  6. copyright_holder = George S. Baugh
  7. [MetaResources]
  8. bugtracker.web = https://rt.cpan.org/Public/Dist/Display.html?Name=TestRail-API
  9. bugtracker.mailto = bug-TestRail-API@rt.cpan.org
  10. repository.url = git://github.com/teodesian/TestRail-Perl.git
  11. repository.web = https://github.com/teodesian/TestRail-Perl
  12. repository.type = git
  13. homepage = https://github.com/teodesian/TestRail-Perl
  14. [GatherDir]
  15. include_dotfiles = 1
  16. [PruneCruft]
  17. except = \.travis.yml
  18. [ManifestSkip]
  19. [MetaYAML]
  20. [License]
  21. [Readme]
  22. [ExtraTests]
  23. [ExecDir]
  24. [ShareDir]
  25. [MakeMaker]
  26. [Manifest]
  27. [TestRelease]
  28. [ConfirmRelease]
  29. [UploadToCPAN]
  30. [Test::Compile]
  31. [Test::DistManifest]
  32. [Test::EOL]
  33. [Test::Version]
  34. [Test::Kwalitee]
  35. [MetaTests]
  36. [Test::CPAN::Meta::JSON]
  37. [Test::MinimumVersion]
  38. [MojibakeTests]
  39. [Test::NoTabs]
  40. [PodCoverageTests]
  41. [PodSyntaxTests]
  42. [Test::Synopsis]
  43. [Test::UnusedVars]
  44. [Test::Pod::LinkCheck]
  45. [Test::CPAN::Changes]
  46. [Test::Perl::Critic]
  47. critic_config = perlcriticrc
  48. ;#XXX I don't see a real good way to get my travisYML in there other than whack this stuff.
  49. [Test::Portability]
  50. options = test_one_dot = 0, test_ansi_chars = 0
  51. [Test::PodSpelling]
  52. stopwords = GETTERS
  53. stopwords = TESTSUITE
  54. stopwords = TestSuite
  55. stopwords = apiurl
  56. stopwords = cPanel
  57. stopwords = createMilestone
  58. stopwords = createPlan
  59. stopwords = createProject
  60. stopwords = createRun
  61. stopwords = createTestSuite
  62. stopwords = createTestResults
  63. stopwords = deleteCase
  64. stopwords = deleteMilestone
  65. stopwords = deletePlan
  66. stopwords = deleteProject
  67. stopwords = deleteRun
  68. stopwords = deleteSection
  69. stopwords = deleteTestSuite
  70. stopwords = getCaseByID
  71. stopwords = getCaseByName
  72. stopwords = getCaseTypeByName
  73. stopwords = getCaseTypes
  74. stopwords = getCases
  75. stopwords = getMilestoneByID
  76. stopwords = getMilestoneByName
  77. stopwords = getMilestones
  78. stopwords = getPlanByID
  79. stopwords = getPlanByName
  80. stopwords = getPlans
  81. stopwords = getProjectByID
  82. stopwords = getProjectByName
  83. stopwords = getProjects
  84. stopwords = getRunByID
  85. stopwords = getRunByName
  86. stopwords = getRuns
  87. stopwords = getSectionByID
  88. stopwords = getSectionByName
  89. stopwords = getSections
  90. stopwords = getTestByID
  91. stopwords = getTestByName
  92. stopwords = getTestResults
  93. stopwords = getTestSuiteByID
  94. stopwords = getTestSuiteByName
  95. stopwords = getTestSuites
  96. stopwords = getTests
  97. stopwords = getUsers
  98. stopwords = stepResult
  99. stopwords = testsuites
  100. stopwords = api
  101. stopwords = ipsa
  102. stopwords = loquiter
  103. stopwords = testsuite
  104. stopwords = testrail
  105. stopwords = EOFCallback
  106. stopwords = commentCallback
  107. stopwords = testCallback
  108. stopwords = unknownCallback
  109. stopwords = buildStepResults
  110. stopwords = testrailrc
  111. [PkgVersion]
  112. [AutoPrereqs]
  113. [MetaProvides::Package]
  114. [PromptIfStale]
  115. module = Dist::Zilla
  116. check_all_plugins = 1
  117. [CheckMetaResources]
  118. [CheckPrereqsIndexed]
  119. [CheckChangesHasContent]
  120. [PodWeaver]
  121. [ContributorsFromGit]
  122. [TidyAll]
  123. [Signature]
  124. [Git::CommitBuild]