remove unneeded shebangs
[gitmo/MooseX-AlwaysCoerce.git] / dist.ini
1 name        = MooseX-AlwaysCoerce
2 author      = Rafael Kitover <rkitover@cpan.org>
3 author      = Michael G. Schwern <mschwern@cpan.org>
4 author      = Karen Etheridge <ether@cpan.org>
5 abstract    = Automatically enable coercions for Moose attributes
6 license     = Perl_5
7
8 ; version is taken from the last git tag, plus 1.
9 ; override with the V environment variable.
10 [Git::NextVersion]
11
12 [MetaResources]
13 bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-AlwaysCoerce
14 repository.url    = git://git.moose.perl.org/MooseX-AlwaysCoerce.git
15 ; r/w repository: gitmo@git.moose.perl.org:MooseX-AlwaysCoerce.git
16 repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-AlwaysCoerce.git;a=summary
17 repository.type   = git
18
19 [@Filter]
20 -bundle = @Basic
21 -remove = GatherDir
22
23 [Git::GatherDir]
24
25 [AutoPrereqs]
26 skip = ^MyRole$
27
28 [Prereqs / RuntimeRequires]
29 Package::Stash = 0.26
30
31 [InstallGuide]
32 [MetaConfig]
33 [MetaProvides::Package]
34 [MetaJSON]
35 [Git::Describe]
36 [PkgVersion]
37 [MinimumPerl]
38
39 [NoTabsTests]
40 [EOLTests]
41 [PodSyntaxTests]
42 [PodCoverageTests]
43 [Test::Pod::LinkCheck]
44 [Test::Pod::No404s]
45
46 [Test::Compile]
47 [CheckPrereqsIndexed]
48 [Test::MinimumVersion]
49 [MetaTests]
50 [Test::CPAN::Changes]
51 [Test::Version]
52 [Test::ChangesHasContent]
53
54 [Test::CheckDeps]
55 :version = 0.005
56 fatal = 1
57
58 [Git::Remote::Check]
59 remote_branch = master
60
61 [Git::Check]
62 :version = 1.22460
63 allow_dirty =
64
65 [Git::CheckFor::CorrectBranch]
66 :version = 0.004
67 release_branch = master
68 release_branch = stable
69
70 ; TODO: requires fixes for calculating last version
71 ; [Git::CheckFor::Fixups]
72
73 [NextRelease]
74 :version = 4.300018
75 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d (%U)
76
77 [Git::Commit]
78 allow_dirty = Changes
79 commit_msg = %N-%v%t%n%n%c
80
81 [Git::Tag]
82 tag_format = v%v%t
83 tag_message = v%v%t
84
85 [Git::Push]
86
87 [InstallRelease]
88 install_command = cpanm .
89
90 [Clean]