dist.ini 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. name = TestRail-API
  2. main_module = lib/TestRail/API.pm
  3. version = 0.041
  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. exclude_match = .*\.swp
  17. exclude_match = .*\.swo
  18. [PruneCruft]
  19. except = \.travis.yml
  20. [ManifestSkip]
  21. [MetaYAML]
  22. [MetaJSON]
  23. [License]
  24. [Readme]
  25. [ExtraTests]
  26. [ExecDir]
  27. [ShareDir]
  28. [MakeMaker]
  29. [Manifest]
  30. [TestRelease]
  31. [ConfirmRelease]
  32. [UploadToCPAN]
  33. [@TestingMania]
  34. critic_config = perlcriticrc
  35. disable = Test::Portability
  36. ;portability needs exceptions for .travis.yml!!!
  37. [Test::PodSpelling]
  38. stopwords = GETTERS
  39. stopwords = TESTSUITE
  40. stopwords = TestSuite
  41. stopwords = apiurl
  42. stopwords = cPanel
  43. stopwords = createMilestone
  44. stopwords = createPlan
  45. stopwords = createProject
  46. stopwords = createRun
  47. stopwords = createTestSuite
  48. stopwords = createTestResults
  49. stopwords = deleteCase
  50. stopwords = deleteMilestone
  51. stopwords = deletePlan
  52. stopwords = deleteProject
  53. stopwords = deleteRun
  54. stopwords = deleteSection
  55. stopwords = deleteTestSuite
  56. stopwords = getCaseByID
  57. stopwords = getCaseByName
  58. stopwords = getCaseTypeByName
  59. stopwords = getCaseTypes
  60. stopwords = getCases
  61. stopwords = getMilestoneByID
  62. stopwords = getMilestoneByName
  63. stopwords = getMilestones
  64. stopwords = getPlanByID
  65. stopwords = getPlanByName
  66. stopwords = getPlans
  67. stopwords = getProjectByID
  68. stopwords = getProjectByName
  69. stopwords = getProjects
  70. stopwords = getRunByID
  71. stopwords = getRunByName
  72. stopwords = getRuns
  73. stopwords = getSectionByID
  74. stopwords = getSectionByName
  75. stopwords = getSections
  76. stopwords = getTestByID
  77. stopwords = getTestByName
  78. stopwords = getTestResults
  79. stopwords = getTestSuiteByID
  80. stopwords = getTestSuiteByName
  81. stopwords = getTestSuites
  82. stopwords = getTests
  83. stopwords = getUsers
  84. stopwords = getChildRunByName
  85. stopwords = getChildRuns
  86. stopwords = stepResult
  87. stopwords = testsuites
  88. stopwords = api
  89. stopwords = ipsa
  90. stopwords = loquiter
  91. stopwords = testsuite
  92. stopwords = testrail
  93. stopwords = EOFCallback
  94. stopwords = planCallback
  95. stopwords = commentCallback
  96. stopwords = testCallback
  97. stopwords = unknownCallback
  98. stopwords = buildStepResults
  99. stopwords = testrailrc
  100. stopwords = TODO
  101. stopwords = createRunInPlan
  102. stopwords = getConfigurationGroups
  103. stopwords = getConfigurations
  104. stopwords = getPlansPaginated
  105. stopwords = getRunsPaginated
  106. stopwords = getPossibleTestStatuses
  107. stopwords = userInput
  108. stopwords = autoclose
  109. stopwords = closeRun
  110. stopwords = closePlan
  111. stopwords = lockTest
  112. stopwords = getRunInformation
  113. stopwords = assignedto
  114. stopwords = lockname
  115. stopwords = lifo
  116. stopwords = milesort
  117. stopwords = findRuns
  118. stopwords = findTests
  119. stopwords = assignee
  120. stopwords = parseConfig
  121. stopwords = getPlanSummary
  122. stopwords = getRunSummary
  123. stopwords = judgements
  124. stopwords = bailoutCallback
  125. stopwords = findResults
  126. stopwords = cachefile
  127. stopwords = getChildSections
  128. stopwords = POSTs
  129. stopwords = perfile
  130. stopwords = csv
  131. [PkgVersion]
  132. [AutoPrereqs]
  133. [MetaProvides::Package]
  134. [PromptIfStale]
  135. module = Dist::Zilla
  136. check_all_plugins = 1
  137. [CheckMetaResources]
  138. [CheckPrereqsIndexed]
  139. [CheckChangesHasContent]
  140. ; `dzil authordeps` doesn't know about the Pod Weaver dependencies:
  141. ; authordep Pod::Weaver::Section::SourceGitHub = 0
  142. ; authordep Pod::Weaver::Section::Contributors = 0
  143. [PodWeaver]
  144. [Git::Contributors]
  145. [TidyAll]
  146. [Signature]
  147. [Git::CommitBuild]