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 = MooseX-Method-Signatures
author = Florian Ragwitz <rafl@debian.org>
author = Ash Berlin <ash@cpan.org>
author = Cory Watson <gphat@cpan.org>
author = Daniel Ruoso <daniel@ruoso.com>
author = Dave Rolsky <autarch@urth.org>
author = Hakim Cassimally <hakim.cassimally@gmail.com>
author = Jonathan Scott Duff <duff@pobox.com>
author = Justin Hunter <justin.d.hunter@gmail.com>
author = Kent Fredric <kentfredric@gmail.com>
author = Maik Hentsche <maik.hentsche@amd.com>
author = Matt Kraai <kraai@ftbfs.org>
author = Rhesa Rozendaal <rhesa@cpan.org>
author = Ricardo SIGNES <rjbs@cpan.org>
author = Steffen Schwigon <ss5@renormalist.net>
author = Yanick Champoux <yanick@babyl.dyndns.org>
author = Nicholas Perez <nperez@cpan.org>
author = Karen Etheridge <ether@cpan.org>
license = Perl_5
copyright_holder = Florian Ragwitz
[@FLORA]
dist = MooseX-Method-Signatures
repository_at = github
github_user = karenetheridge
disable_pod_coverage_tests = 1
[Prereqs]
Task::Weaken = 0
Module::Runtime = 0.012
; this is not actually used here directly, but cpantesters reports don't
; contain this version otherwise, and we suspect the recent failures are due
; to something in E.C.
Eval::Closure = 0
MooseX::Types = 0.35
; version is taken from the last git tag, plus 1.
; override with the V environment variable.
[Git::NextVersion]
[Test::Compile]
[Test::MinimumVersion]
[Test::CPAN::Changes]
[Test::ChangesHasContent]
[Test::CheckDeps]
:version = 0.004
fatal = 1
[Git::Remote::Check]
remote_branch = master
[Git::Check]
allow_dirty =
[NextRelease]
format = %-9v %{yyyy-MM-dd HH:mm:ss ZZZZ}d
[Git::Commit]
allow-dirty = Changes
commit_msg = %N-%v%t%n%n%c
[Git::Tag]
tag_message = v%v%t
[Git::Push]
|