dist.ini 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. name = TestRail-API
  2. main_module = lib/TestRail/API.pm
  3. version = 0.011
  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 = deleteCase
  33. stopwords = deleteMilestone
  34. stopwords = deletePlan
  35. stopwords = deleteProject
  36. stopwords = deleteRun
  37. stopwords = deleteSection
  38. stopwords = deleteTestSuite
  39. stopwords = getCaseByID
  40. stopwords = getCaseByName
  41. stopwords = getCaseTypeByName
  42. stopwords = getCaseTypes
  43. stopwords = getCases
  44. stopwords = getMilestoneByID
  45. stopwords = getMilestoneByName
  46. stopwords = getMilestones
  47. stopwords = getPlanByID
  48. stopwords = getPlanByName
  49. stopwords = getPlans
  50. stopwords = getProjectByID
  51. stopwords = getProjectByName
  52. stopwords = getProjects
  53. stopwords = getRunByID
  54. stopwords = getRunByName
  55. stopwords = getRuns
  56. stopwords = getSectionByID
  57. stopwords = getSectionByName
  58. stopwords = getSections
  59. stopwords = getTestByID
  60. stopwords = getTestByName
  61. stopwords = getTestResults
  62. stopwords = getTestSuiteByID
  63. stopwords = getTestSuiteByName
  64. stopwords = getTestSuites
  65. stopwords = getTests
  66. stopwords = getUsers
  67. stopwords = stepResult
  68. stopwords = testsuites
  69. stopwords = api
  70. stopwords = ipsa
  71. stopwords = loquiter
  72. stopwords = testsuite
  73. [PkgVersion]
  74. [AutoPrereqs]
  75. [MetaProvides::Package]
  76. [PromptIfStale]
  77. module = Dist::Zilla
  78. check_all_plugins = 1
  79. [CheckMetaResources]
  80. [CheckPrereqsIndexed]
  81. [CheckChangesHasContent]
  82. [PodWeaver]
  83. [ContributorsFromGit]
  84. [TidyAll]
  85. [Signature]