1
name              = Reflex
2
author            = Rocco Caputo <rcaputo@cpan.org>
3
license           = Perl_5
4
copyright_holder  = Rocco Caputo
5
abstract          = A class library for flexible, reactive programming.
6
7
[Prereqs]
8
Scalar::Util                = 1.23
9
POE                         = 1.294
10
Test::More                  = 0.96
11
Moose                       = 2.0203
12
MooseX::Role::Parameterized = 0.23
13
14
[MetaResources]
15
bugtracker        = http://rt.cpan.org/Public/Dist/Display.html?Name=Reflex
16
repository        = http://github.com/rcaputo/reflex
17
18
[Repository]
19
git_remote = gh
20
21
[ReadmeFromPod]
22
[ReadmeMarkdownFromPod]
23
[ReportVersions]
24
25
; Require everything to be checked in.
26
[Git::Check]
27
allow_dirty = Dist-Zilla-Plugin-ChangelogFromGit-*.*/*
28
29
; Calculate the release version.
30
[Git::NextVersion]
31
first_version  = 0.097
32
version_regexp = ^v(\d+\.\d+)$
33
34
[ChangelogFromGit]
35
tag_regexp = v(\d+[_.]\d+)
36
37
[@Filter]
38
-bundle = @Classic
39
-remove = PodVersion
40
41
[PodWeaver]
42
; authordep Pod::Weaver::Plugin::Encoding
43
; authordep Pod::Weaver::Plugin::StopWords
44
; authordep Pod::Weaver::Section::SeeAlso
45
; authordep Pod::Weaver::Section::Support
46
; authordep Pod::Weaver::Section::BugsAndLimitations
47
; authordep Pod::Weaver::Section::Availability
48
; authordep Pod::Weaver::Section::WarrantyDisclaimer
49
50
; Not ready, unfortunately.
51
;[CreditsFromGit]