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
|
name = Graphics-Toolkit-Color
;main_module = lib/.. .pm ; will set automatically
;abstract = ; ..
;version =
author = Herbert Breunung <lichtkind@cpan.org>
copyright_holder = Herbert Breunung <lichtkind@cpan.org>
license = Perl_5
copyright_year = 2022-2023
[Prereqs]
perl = v5.12.0
Carp = 1.35
Exporter = 5
[Prereqs / RuntimeSuggests]
Bundle::Graphics::ColorNames = 0
[Prereqs / TestRequires]
Test::More = 1.3
Test::Warn = 0.30
[MetaNoIndex]
directory = t
; pollutes meta section 'provides'
[MetaProvides::Package]
[Git::GatherDir]
exclude_filename = README.md
exclude_match = ^dev
; use RewriteVersion or VersionFromModule
;[VersionFromModule]
[RewriteVersion]
allow_decimal_underscore = 1
[Repository]
[PodSyntaxTests]
[AbstractFromPOD]
[Pod2Readme]
[MetaJSON]
[MetaYAML]
[Manifest]
[MakeMaker]
[License]
[CPANFile]
;[Signature]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
;[PodSyntaxTests]
;[PodCoverageTests]
;[Pod2Html]
; dir = my_docs ; where to create HTML files
; ignore = bin/myscript1 ; what input file to ignore
; [=inc::Documentation]
; module = Chart::Manual
|