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
|
name = Auth-GoogleAuth
author = Gryphon Shafer <gryphon@cpan.org>
license = Artistic_2_0
copyright_holder = Gryphon Shafer
copyright_year = 2015-2050
[Git::NextVersion]
[@Basic]
[PruneFiles]
match = ^cover_db
[MinimumPerl]
[NextRelease]
[AutoPrereqs]
[OurPkgVersion]
[MetaJSON]
[CPANFile]
[PodWeaver]
[ReadmeAnyFromPod]
type = markdown
location = root
filename = README.md
[SecurityPolicy]
-policy = Individual
[Run::BeforeBuild]
run = rm -f Makefile.PL
[Run::AfterBuild]
run = cp %d/Makefile.PL .
run = cp README.md %d/.
[PodCoverageTests]
[PodSyntaxTests]
[Test::NoTabs]
[Test::EOL]
[Test::Compile]
[Test::Portability]
[Test::Synopsis]
[Test::Kwalitee]
[Clean]
[GithubMeta]
issues = 1
[@Git]
untracked_files = ignore
|