dist.ini 3.3 KB

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