-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdist.ini
More file actions
61 lines (49 loc) · 1.33 KB
/
Copy pathdist.ini
File metadata and controls
61 lines (49 loc) · 1.33 KB
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
name = Catalyst-Plugin-Session-Store-DBIC
author = Andrew Rodland <andrew@cleverdomain.org>
license = Perl_5
copyright_holder = Andrew Rodland
abstract = Store your sessions via DBIx::Class
[@Basic]
[Prereqs]
Carp = 0
Catalyst = 5.65
Catalyst::Exception = 0
Catalyst::Plugin::Session::Store::Delegate = 0.05
Class::Accessor::Fast = 0
DBIx::Class = 0.07000
MIME::Base64 = 0
MRO::Compat = 0
Scalar::Util = 0
Storable = 0
[Prereqs/TestRequires]
Test::More = 0
Test::Warn = 0.20
FindBin = 0
[Prereqs/TestSuggests]
Test::WWW::Mechanize::Catalyst = 0
Catalyst::Plugin::Session::State::Cookie = 0
Catalyst::Model::DBIC::Schema = 0
[Prereqs/DevelopRecommends]
Test::Pod = 0
Test::Pod::Coverage = 0
[OurPkgVersion]
[MetaJSON]
[MetaNoIndex]
directory = t
[MetaResources]
bugtracker.web = https://rt.cpan.org/Public/Dist/Display.html?Name=Catalyst-Plugin-Session-Store-DBIC
repository.web = https://github.com/perl-catalyst/Catalyst-Plugin-Session-Store-DBIC
repository.url = https://github.com/perl-catalyst/Catalyst-Plugin-Session-Store-DBIC.git
repository.type = git
license = https://dev.perl.org/licenses/
[NextRelease]
format = %v %{EEE MMM dd HH:mm:ss vvv YYYY}d
[CheckChangesHasContent]
[@Git]
allow_dirty = dist.ini
allow_dirty = README
allow_dirty = Changes
changelog = Changes
commit_msg = Release v%v%n%n%c
push_to = origin
[Git::NextVersion]