File: dist.ini

package info (click to toggle)
libtest-mockobject-perl 1.20140408-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 196 kB
  • ctags: 54
  • sloc: perl: 1,224; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download | duplicates (2)
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
name             = Test-MockObject
author           = chromatic
license          = Perl_5
copyright_holder = chromatic@wgz.org
copyright_year   = 2011

[MetaResources]
bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-MockObject
bugtracker.mailto = bug-test-mockobject@rt.cpan.org
repository.url    = https://github.com/chromatic/Test-MockObject.git
repository.web    = https://github.com/chromatic/Test-MockObject
repository.type   = git


[AutoVersion]
format = {{ cldr('1.yyyyMMdd') }}

[Prereqs]
UNIVERSAL::isa  = 1.20110614
UNIVERSAL::can  = 1.20110617
CGI             = 0
Test::More      = 0.98
Test::Exception = 0.31
Test::Warn      = 0.23

[AutoPrereqs]

[@Basic]
[PkgVersion]
[NextRelease]

[@Git]
changelog   = Changes             ; this is the default
allow_dirty = dist.ini            ; see Git::Check...
allow_dirty = Changes             ; ... and Git::Commit
commit_msg  = v%v%n%n%c           ; see Git::Commit
tag_format  = %v                  ; see Git::Tag
tag_message = %v                  ; see Git::Tag
push_to     = origin              ; see Git::Push