| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- name = TestRail-API
- main_module = lib/TestRail/API.pm
- version = 0.012
- author = George S. Baugh <teodesian@cpan.org>
- license = Perl_5
- copyright_holder = George S. Baugh
- [MetaResources]
- bugtracker.web = https://rt.cpan.org/Public/Dist/Display.html?Name=TestRail-API
- bugtracker.mailto = bug-TestRail-API@rt.cpan.org
- repository.url = git://github.com/teodesian/TestRail-Perl.git
- repository.web = https://github.com/teodesian/TestRail-Perl
- repository.type = git
- homepage = https://github.com/teodesian/TestRail-Perl
- [@Basic]
- [@TestingMania]
- critic_config = perlcriticrc
- ; Test::Version is more or less incompatible with the Perl::Critic tests,
- ; as the auto-inserter goes before stricture.
- ; this defeats the purpose of only changing the version in one place, which is the point of dzil
- ;lol, probably should do a pull request to add methods
- [Test::PodSpelling]
- stopwords = GETTERS
- stopwords = TESTSUITE
- stopwords = TestSuite
- stopwords = apiurl
- stopwords = cPanel
- stopwords = createMilestone
- stopwords = createPlan
- stopwords = createProject
- stopwords = createRun
- stopwords = createTestSuite
- stopwords = createTestResults
- stopwords = deleteCase
- stopwords = deleteMilestone
- stopwords = deletePlan
- stopwords = deleteProject
- stopwords = deleteRun
- stopwords = deleteSection
- stopwords = deleteTestSuite
- stopwords = getCaseByID
- stopwords = getCaseByName
- stopwords = getCaseTypeByName
- stopwords = getCaseTypes
- stopwords = getCases
- stopwords = getMilestoneByID
- stopwords = getMilestoneByName
- stopwords = getMilestones
- stopwords = getPlanByID
- stopwords = getPlanByName
- stopwords = getPlans
- stopwords = getProjectByID
- stopwords = getProjectByName
- stopwords = getProjects
- stopwords = getRunByID
- stopwords = getRunByName
- stopwords = getRuns
- stopwords = getSectionByID
- stopwords = getSectionByName
- stopwords = getSections
- stopwords = getTestByID
- stopwords = getTestByName
- stopwords = getTestResults
- stopwords = getTestSuiteByID
- stopwords = getTestSuiteByName
- stopwords = getTestSuites
- stopwords = getTests
- stopwords = getUsers
- stopwords = stepResult
- stopwords = testsuites
- stopwords = api
- stopwords = ipsa
- stopwords = loquiter
- stopwords = testsuite
- stopwords = testrail
- stopwords = EOFCallback
- stopwords = commentCallback
- stopwords = testCallback
- stopwords = unknownCallback
- stopwords = buildStepResults
- stopwords = testrailrc
- [PkgVersion]
- [AutoPrereqs]
- [MetaProvides::Package]
- [PromptIfStale]
- module = Dist::Zilla
- check_all_plugins = 1
- [CheckMetaResources]
- [CheckPrereqsIndexed]
- [CheckChangesHasContent]
- [PodWeaver]
- [ContributorsFromGit]
- [TidyAll]
- [Signature]
- [Git::CommitBuild]
|