dist.ini 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. name = TestRail-API
  2. main_module = lib/TestRail/API.pm
  3. version = 0.018
  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. [@TestingMania]
  31. critic_config = perlcriticrc
  32. disable = Test::Portability
  33. ;portability needs exceptions for .travis.yml!!!
  34. [Test::PodSpelling]
  35. stopwords = GETTERS
  36. stopwords = TESTSUITE
  37. stopwords = TestSuite
  38. stopwords = apiurl
  39. stopwords = cPanel
  40. stopwords = createMilestone
  41. stopwords = createPlan
  42. stopwords = createProject
  43. stopwords = createRun
  44. stopwords = createTestSuite
  45. stopwords = createTestResults
  46. stopwords = deleteCase
  47. stopwords = deleteMilestone
  48. stopwords = deletePlan
  49. stopwords = deleteProject
  50. stopwords = deleteRun
  51. stopwords = deleteSection
  52. stopwords = deleteTestSuite
  53. stopwords = getCaseByID
  54. stopwords = getCaseByName
  55. stopwords = getCaseTypeByName
  56. stopwords = getCaseTypes
  57. stopwords = getCases
  58. stopwords = getMilestoneByID
  59. stopwords = getMilestoneByName
  60. stopwords = getMilestones
  61. stopwords = getPlanByID
  62. stopwords = getPlanByName
  63. stopwords = getPlans
  64. stopwords = getProjectByID
  65. stopwords = getProjectByName
  66. stopwords = getProjects
  67. stopwords = getRunByID
  68. stopwords = getRunByName
  69. stopwords = getRuns
  70. stopwords = getSectionByID
  71. stopwords = getSectionByName
  72. stopwords = getSections
  73. stopwords = getTestByID
  74. stopwords = getTestByName
  75. stopwords = getTestResults
  76. stopwords = getTestSuiteByID
  77. stopwords = getTestSuiteByName
  78. stopwords = getTestSuites
  79. stopwords = getTests
  80. stopwords = getUsers
  81. stopwords = getChildRunByName
  82. stopwords = getChildRuns
  83. stopwords = stepResult
  84. stopwords = testsuites
  85. stopwords = api
  86. stopwords = ipsa
  87. stopwords = loquiter
  88. stopwords = testsuite
  89. stopwords = testrail
  90. stopwords = EOFCallback
  91. stopwords = commentCallback
  92. stopwords = testCallback
  93. stopwords = unknownCallback
  94. stopwords = buildStepResults
  95. stopwords = testrailrc
  96. stopwords = TODO
  97. [PkgVersion]
  98. [AutoPrereqs]
  99. [MetaProvides::Package]
  100. [PromptIfStale]
  101. module = Dist::Zilla
  102. check_all_plugins = 1
  103. [CheckMetaResources]
  104. [CheckPrereqsIndexed]
  105. [CheckChangesHasContent]
  106. ; `dzil authordeps` doesn't know about the Pod Weaver dependencies:
  107. ; authordep Pod::Weaver::Section::SourceGitHub = 0
  108. ; authordep Pod::Weaver::Section::Contributors = 0
  109. [PodWeaver]
  110. [ContributorsFromGit]
  111. [TidyAll]
  112. [Signature]
  113. [Git::CommitBuild]