File: dist.ini

package info (click to toggle)
libhttp-date-perl 6.06-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 538; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download
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
name    = HTTP-Date
author  = Gisle Aas <gisle@activestate.com>
license = Perl_5
main_module = lib/HTTP/Date.pm
copyright_holder = Gisle Aas
copyright_year   = 1995

[@Author::OALDERS]
StaticInstall.mode = on
StaticInstall.dry_run = 0
-remove = MinimumPerl
-remove = Test::Perl::Critic
-remove = Test::Synopsis
-remove = Test::TidyAll

[MetaResources]
x_IRC = irc://irc.perl.org/#lwp
x_MailingList = mailto:libwww@perl.org

[Prereqs]
perl = 5.006002
Time::Local = 1.28

; We run release tests in travis. but make the changes-has-content test TODO only for master.
; This will prod pull request submitters to add a Changes entry.
[Test::ChangesHasContent]
[Substitute / changes_has_content.t]
file = xt/release/changes_has_content.t
code = s{^(note 'Checking Changes')}{if \(\(\$ENV\{TRAVIS_PULL_REQUEST\} \|\| '') eq 'false'\) \{\n  chomp\(my \$branch_name = \(\$ENV\{TRAVIS_BRANCH\} || \`git rev-parse --abbrev-ref HEAD\`\)\);\n  \$TODO = 'Changes need not have content for this release yet if this is only the master branch'\n    if \(\$branch_name \|\| ''\) eq 'master';\n\}\n\n$1}

[Test::Compile]