dist.ini 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. name = TestRail-API
  2. main_module = lib/TestRail/API.pm
  3. version = 0.014
  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 = stepResult
  82. stopwords = testsuites
  83. stopwords = api
  84. stopwords = ipsa
  85. stopwords = loquiter
  86. stopwords = testsuite
  87. stopwords = testrail
  88. stopwords = EOFCallback
  89. stopwords = commentCallback
  90. stopwords = testCallback
  91. stopwords = unknownCallback
  92. stopwords = buildStepResults
  93. stopwords = testrailrc
  94. [PkgVersion]
  95. [AutoPrereqs]
  96. [MetaProvides::Package]
  97. [PromptIfStale]
  98. module = Dist::Zilla
  99. check_all_plugins = 1
  100. [CheckMetaResources]
  101. [CheckPrereqsIndexed]
  102. [CheckChangesHasContent]
  103. [PodWeaver]
  104. [ContributorsFromGit]
  105. [TidyAll]
  106. [Signature]
  107. [Git::CommitBuild]