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
|
name = Devel-OverloadInfo
author = Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
license = Perl_5
copyright_holder = Dagfinn Ilmari Mannsåker
copyright_year = 2014
[Git::GatherDir]
[@Filter]
-bundle = @Basic
-remove = GatherDir
[PkgVersion]
:version = 5.010
die_on_existing_version = 1
die_on_line_insertion = 1
[AutoPrereqs]
skip = \A(?:Base|Child)Class\z
skip = \ASub::Util\z
; authordep ExtUtils::HasCompiler = 0.023
[DynamicPrereqs]
-condition = !want_pp()
-condition = can_xs()
-body = requires('Sub::Util', '1.40')
[MetaJSON]
[MetaResources]
repository.type = git
repository.url = https://codeberg.org/ilmari/Devel-OverloadInfo.git
repository.web = https://codeberg.org/ilmari/Devel-OverloadInfo
[Bugtracker]
[MinimumPerl]
[NextRelease]
[Git::NextVersion]
[ReadmeAnyFromPod]
type = markdown
filename = README.md
location = root
[PodWeaver]
:version = 4.004
replacer = replace_with_comment
post_code_replacer = replace_with_nothing
[PodSyntaxTests]
[Test::PodSpelling]
[@Git]
allow_dirty =
; Commit and push updated Changes from NextRelease
[Git::Commit]
[Git::Push]
|