dist.ini 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. name = TestRail-API
  2. main_module = lib/TestRail/API.pm
  3. version = 0.028
  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. [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 = commentCallback
  94. stopwords = testCallback
  95. stopwords = unknownCallback
  96. stopwords = buildStepResults
  97. stopwords = testrailrc
  98. stopwords = TODO
  99. stopwords = createRunInPlan
  100. stopwords = getConfigurationGroups
  101. stopwords = getConfigurations
  102. stopwords = getPlansPaginated
  103. stopwords = getRunsPaginated
  104. stopwords = getPossibleTestStatuses
  105. stopwords = userInput
  106. stopwords = autoclose
  107. stopwords = closeRun
  108. stopwords = closePlan
  109. [PkgVersion]
  110. [AutoPrereqs]
  111. [MetaProvides::Package]
  112. [PromptIfStale]
  113. module = Dist::Zilla
  114. check_all_plugins = 1
  115. [CheckMetaResources]
  116. [CheckPrereqsIndexed]
  117. [CheckChangesHasContent]
  118. ; `dzil authordeps` doesn't know about the Pod Weaver dependencies:
  119. ; authordep Pod::Weaver::Section::SourceGitHub = 0
  120. ; authordep Pod::Weaver::Section::Contributors = 0
  121. [PodWeaver]
  122. [ContributorsFromGit]
  123. [TidyAll]
  124. [Signature]
  125. [Git::CommitBuild]