| 12
 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
 96
 97
 98
 99
 100
 101
 102
 103
 
 | ; the basics
name    = SVN-Dump
author  = Philippe Bruhat (BooK) <book@cpan.org>
license = Perl_5
copyright_holder = Philippe Bruhat (BooK)
; copyright_year = 2006-2020
; file modifiers
[PkgVersion]
[PodVersion]
[Encoding]
encoding = bytes
matches  = t/dump/.*\.svn
; file generators
[ManifestSkip]
[Manifest]
[License]
[MakeMaker]
[PruneCruft]
[PruneFiles]
match    = mess/.*
match    = cover_db
[GatherDir]
; metadata
[MetaYAML]
[MetaJSON]
[AutoPrereqs]
skip = Test::LongString
[Prereqs]
perl = 5.006
[Prereqs / BuildRequires]
Test::CPAN::Meta =
Test::Pod =
Test::Pod::Coverage =
Pod::Coverage::TrustPod =
[Prereqs / TestRecommends]
Test::LongString =
[Prereqs / TestRequires]
Test::More          = 0.88
[ExecDir]
[ShareDir]
[Keywords]
keywords = svn subversion dump
[MetaResources]
repository.web    = http://github.com/book/SVN-Dump
repository.url    = http://github.com/book/SVN-Dump.git
repository.type   = git
bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=SVN-Dump
bugtracker.mailto = bug-svn-dump@rt.cpan.org
[MetaProvides::Package]
[Meta::Contributors]
contributor = fschlich <fschlich@zedat.fu-berlin.de>
contributor = Andrew Sayers <andrew-svn-dump@pileofstuff.org>
contributor = David Landgren <dland@cpan.org>
contributor = Roderich Schupp <rschupp@cpan.org>
contributor = Rocco Caputo <rcaputo@cpan.org>
contributor = Nicholas Clark <nwclark@cpan.org>
; tests
[MetaTests]
[ExtraTests]
[Test::Compile]
[Test::ReportPrereqs]
[PodSyntaxTests]
[PodCoverageTests]
; release
[NextRelease]
format = %v %{yyyy-MM-dd}d %P
[Git::NextVersion]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
; git
[Git::Check]
[Git::Commit]
commit_msg  = Changes for version %v
changelog   = Changes
[Git::Tag]
tag_format  = v%v
tag_message = %N v%v
[Git::Push]
push_to     = origin
push_to     = github
 |