dist.ini 3.7 KB

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