dist.ini 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. name = TestRail-API
  2. main_module = lib/TestRail/API.pm
  3. version = 0.012
  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. [@Basic]
  15. [@TestingMania]
  16. critic_config = perlcriticrc
  17. ; Test::Version is more or less incompatible with the Perl::Critic tests,
  18. ; as the auto-inserter goes before stricture.
  19. ; this defeats the purpose of only changing the version in one place, which is the point of dzil
  20. ;lol, probably should do a pull request to add methods
  21. [Test::PodSpelling]
  22. stopwords = GETTERS
  23. stopwords = TESTSUITE
  24. stopwords = TestSuite
  25. stopwords = apiurl
  26. stopwords = cPanel
  27. stopwords = createMilestone
  28. stopwords = createPlan
  29. stopwords = createProject
  30. stopwords = createRun
  31. stopwords = createTestSuite
  32. stopwords = createTestResults
  33. stopwords = deleteCase
  34. stopwords = deleteMilestone
  35. stopwords = deletePlan
  36. stopwords = deleteProject
  37. stopwords = deleteRun
  38. stopwords = deleteSection
  39. stopwords = deleteTestSuite
  40. stopwords = getCaseByID
  41. stopwords = getCaseByName
  42. stopwords = getCaseTypeByName
  43. stopwords = getCaseTypes
  44. stopwords = getCases
  45. stopwords = getMilestoneByID
  46. stopwords = getMilestoneByName
  47. stopwords = getMilestones
  48. stopwords = getPlanByID
  49. stopwords = getPlanByName
  50. stopwords = getPlans
  51. stopwords = getProjectByID
  52. stopwords = getProjectByName
  53. stopwords = getProjects
  54. stopwords = getRunByID
  55. stopwords = getRunByName
  56. stopwords = getRuns
  57. stopwords = getSectionByID
  58. stopwords = getSectionByName
  59. stopwords = getSections
  60. stopwords = getTestByID
  61. stopwords = getTestByName
  62. stopwords = getTestResults
  63. stopwords = getTestSuiteByID
  64. stopwords = getTestSuiteByName
  65. stopwords = getTestSuites
  66. stopwords = getTests
  67. stopwords = getUsers
  68. stopwords = stepResult
  69. stopwords = testsuites
  70. stopwords = api
  71. stopwords = ipsa
  72. stopwords = loquiter
  73. stopwords = testsuite
  74. stopwords = testrail
  75. stopwords = EOFCallback
  76. stopwords = commentCallback
  77. stopwords = testCallback
  78. stopwords = unknownCallback
  79. stopwords = buildStepResults
  80. stopwords = testrailrc
  81. [PkgVersion]
  82. [AutoPrereqs]
  83. [MetaProvides::Package]
  84. [PromptIfStale]
  85. module = Dist::Zilla
  86. check_all_plugins = 1
  87. [CheckMetaResources]
  88. [CheckPrereqsIndexed]
  89. [CheckChangesHasContent]
  90. [PodWeaver]
  91. [ContributorsFromGit]
  92. [TidyAll]
  93. [Signature]
  94. [Git::CommitBuild]