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
|
name = Git-Repository-Plugin-Log
author = Philippe Bruhat (BooK) <book@cpan.org>
license = Perl_5
copyright_holder = Philippe Bruhat (BooK)
; copyright_year = 2010-2016
[PkgVersion]
[@Filter]
-bundle = @Basic
-remove = Readme
[PruneFiles]
filename = setup
match = \.patch$
match = mess/.*
match = cover_db
[Encoding]
filename = t/test.bundle
encoding = bytes
[AutoPrereqs]
[Prereqs]
Git::Repository = 1.309
[Prereqs / TestRequires]
Pod::Coverage::TrustPod = 0.100003
Test::CPAN::Meta = 0.25
Test::Pod = 1.51
Test::Pod::Coverage = 1.10
Test::Requires::Git = 1.005
[Test::ReportPrereqs]
[MetaResources]
repository.web = http://github.com/book/Git-Repository-Plugin-Log
repository.url = http://github.com/book/Git-Repository-Plugin-Log.git
repository.type = git
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Git-Repository-Plugin-Log
bugtracker.mailto = bug-git-repository-plugin-log@rt.cpan.org
[MetaTests]
[PodSyntaxTests]
[PodCoverageTests]
[Test::Compile]
[NextRelease]
format = %v %{yyyy-MM-dd}d %P
[@Git]
changelog = Changes
commit_msg = Changes for version %v
tag_format = v%v
tag_message = %N v%v
push_to = origin
push_to = github
[Git::NextVersion]
[Meta::Contributors]
contributor = Vickenty Fesunov <vyf@cpan.org>
contributor = Bartosz Jakubski <bjakubski@cpan.org>
contributor = Paulo Custodio <pscust@cpan.org>
contributor = Alex Balhatchet <kaoru@cpan.org>
|