-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathdist.ini
39 lines (33 loc) · 842 Bytes
/
dist.ini
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 = HTTP-Cookies
author = Gisle Aas <gisle@activestate.com>
license = Perl_5
main_module = lib/HTTP/Cookies.pm
copyright_holder = Gisle Aas
copyright_year = 2002
[Encoding]
encoding = ISO-8859-1
filename = t/cookies.t
[OSPrereqs / MSWin32]
Win32 = 0
[AutoPrereqs]
skip = ^Win32
[Prereqs]
HTTP::Date = 6
HTTP::Headers::Util = 6
perl = 5.008001
[@Author::OALDERS]
-remove = AutoPrereqs
-remove = MinimumPerl
-remove = OALDERS::TidyAll
-remove = PkgVersion
-remove = PodCoverageTests
-remove = Prereqs
-remove = Test::Perl::Critic
-remove = Test::PodSpelling
-remove = Test::TidyAll
-remove = Test::Synopsis
StaticInstall.mode = off
StaticInstall.dry_run = 0
Test::Pod::Coverage::Configurable.skip = HTTP::Cookies::Microsoft
Test::Pod::Coverage::Configurable.trustme = HTTP::Cookies => qr/set_cookie_ok/
[BumpVersionAfterRelease]