dist.ini 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. [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. [Test::PodSpelling]
  33. stopwords = GETTERS
  34. stopwords = TESTSUITE
  35. stopwords = TestSuite
  36. stopwords = apiurl
  37. stopwords = cPanel
  38. stopwords = createMilestone
  39. stopwords = createPlan
  40. stopwords = createProject
  41. stopwords = createRun
  42. stopwords = createTestSuite
  43. stopwords = createTestResults
  44. stopwords = deleteCase
  45. stopwords = deleteMilestone
  46. stopwords = deletePlan
  47. stopwords = deleteProject
  48. stopwords = deleteRun
  49. stopwords = deleteSection
  50. stopwords = deleteTestSuite
  51. stopwords = getCaseByID
  52. stopwords = getCaseByName
  53. stopwords = getCaseTypeByName
  54. stopwords = getCaseTypes
  55. stopwords = getCases
  56. stopwords = getMilestoneByID
  57. stopwords = getMilestoneByName
  58. stopwords = getMilestones
  59. stopwords = getPlanByID
  60. stopwords = getPlanByName
  61. stopwords = getPlans
  62. stopwords = getProjectByID
  63. stopwords = getProjectByName
  64. stopwords = getProjects
  65. stopwords = getRunByID
  66. stopwords = getRunByName
  67. stopwords = getRuns
  68. stopwords = getSectionByID
  69. stopwords = getSectionByName
  70. stopwords = getSections
  71. stopwords = getTestByID
  72. stopwords = getTestByName
  73. stopwords = getTestResults
  74. stopwords = getTestSuiteByID
  75. stopwords = getTestSuiteByName
  76. stopwords = getTestSuites
  77. stopwords = getTests
  78. stopwords = getUsers
  79. stopwords = stepResult
  80. stopwords = testsuites
  81. stopwords = api
  82. stopwords = ipsa
  83. stopwords = loquiter
  84. stopwords = testsuite
  85. stopwords = testrail
  86. stopwords = EOFCallback
  87. stopwords = commentCallback
  88. stopwords = testCallback
  89. stopwords = unknownCallback
  90. stopwords = buildStepResults
  91. stopwords = testrailrc
  92. [PkgVersion]
  93. [AutoPrereqs]
  94. [MetaProvides::Package]
  95. [PromptIfStale]
  96. module = Dist::Zilla
  97. check_all_plugins = 1
  98. [CheckMetaResources]
  99. [CheckPrereqsIndexed]
  100. [CheckChangesHasContent]
  101. [PodWeaver]
  102. [ContributorsFromGit]
  103. [TidyAll]
  104. ;Whack the TRAVIS CI goo from the manifest
  105. [Run::AfterBuild]
  106. run = sed -i -e 's/^.travis.yml$//g' %d%pMANIFEST
  107. [Signature]
  108. [Git::CommitBuild]