1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
name = RT-Client-REST
version = 0.60
license = Perl_5
copyright_holder = Dmitri Tikhonov
main_module = lib/RT/Client/REST.pm
[@Basic]
; Stuff that generates files
[ModuleBuild]
[CPANFile]
[GithubMeta]
[MetaJSON]
[MetaTests]
[ContributorsFile]
; [TravisYML] # use our own for now
[Encoding]
encoding = bytes
match = ^t/data/
; Stuff that tests my code
[Test::Perl::Critic]
critic_config = t/.perlcriticrc
;[PerlTidy]
;perltidyrc = t/.perltidyrc
[Test::Compile]
[Test::Kwalitee::Extra]
[Test::EOF]
[Test::EOL]
[Test::Legal]
finder = :InstallModules ; prevents test inputs being flagged
[Test::NoTabs]
[Test::PAUSE::Permissions]
[Test::Portability]
[Test::PodSpelling]
[Test::Pod::No404s]
[Test::ReportPrereqs]
[Test::NoBreakpoints]
[Test::UnusedVars]
; [Test::CleanNamespaces] ; liberal use of no strict refs gives this grief
[PodCoverageTests]
[PodSyntaxTests]
[RunExtraTests]
[CheckChangeLog]
[SchwartzRatio]
; Stuff that changes my code
[PkgVersion]
; [PodVersion] ; PodWeaver does this and more
[PodWeaver]
[CopyrightYearFromGit]
[AuthorsFromGit]
; Stuff that plays with Git
[Git::CheckFor::CorrectBranch] ; ensure on master branch
[Git::Remote::Check]
[Git::Tag]
[Git::Contributors]
[PruneFiles]
filename = weaver.ini
[PruneCruft]
[Clean]
[Prereqs]
Encode = 0
Error = 0
Exception::Class = 0
HTTP::Cookies = 0
HTTP::Request::Common = 0
LWP = 0
Params::Validate = 0
DateTime = 0
DateTime::Format::DateParse = 0
URI = 0
strict = 0
warnings = 0
constant = 0
Exporter = 0
vars = 0
base = 0
perl = 5.004
[Prereqs / BuildRequires]
Test::More = 0
Test::Exception = 0
HTTP::Server::Simple = 0.44
HTTP::Server::Simple::CGI = 0
HTTP::Server::Simple::CGI::Environment = 0
; authordep Pod::Weaver::Section::Contributors = 0
; authordep Pod::Elemental::Transformer::List = 0
|