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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
name = Config-Model-Itself
author = Dominique Dumont
license = LGPL_2_1
copyright_holder = Dominique Dumont
copyright_year = 2007-2026
[MetaResources]
homepage = https://github.com/dod38fr/config-model-itself
bugtracker.mailto = ddumont
bugtracker.web = https://github.com/dod38fr/config-model-itself/issues
repository.url = git://github.com/dod38fr/config-model-itself.git
repository.web = http://github.com/dod38fr/config-model-itself
repository.type = git
[Prereqs]
perl = 5.020
[NextRelease]
format = %v%T %{yyyy-MM-dd}d
[MetaJSON]
[AutoPrereqs]
skip = ExtUtils::testlib
skip = Exporter
[Prereqs / BuildRequires]
; to generate doc
App::Cme = 1.002
; not detected by dzil authordep.
; See Dist::Zilla::App::Command::authordeps man page
; authordep Pod::Weaver::Section::Support
; authordep Pod::Elemental::Transformer::List
; authordep App::Cme
[Prereqs / RuntimeRequires]
; avoid failures on CPAN smoke testsq
Tk = 0
[@Filter]
-bundle = @Basic
-remove = Readme
-remove = MakeMaker
[ModuleBuild::Custom]
mb_version = 0.34
; avoid messing with generated pod files. Otherwise pod re-generated
; at packaging time (Debian) are different (because Dist::Zilla is not
; used at that time) See
; http://blogs.perl.org/users/polettix/2011/11/distzilla-podweaver-and-bin.html
; for details on this configuration magic
[FileFinder::ByName / OnlyPmFiles]
dir = lib
match = \.pm$
[FileFinder::ByName / noModelFiles]
dir = lib
skip = /models/
match = \.p(m|od)$
skip = TkEditUI
[PkgVersion]
finder = OnlyPmFiles
use_package = 1
[PodWeaver]
finder = :ExecFiles
finder = noModelFiles
[Prepender]
copyright=1
[Run::BeforeBuild]
;-- Generate pod doc from model, extra parameters requires Config::Model 2.029
run = cme gen-class-pod Itself::Class
[Run::BeforeRelease]
run = cme gen-class-pod Itself::Class
|