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
|
name = Text-CSV-Encoded
version = 0.25
author = Makamaka Hannyaharamitu, <makamaka[at]cpan.org>
license = Perl_5
copyright_holder = Makamaka Hannyaharamitu
[MinimumPerl]
perl = 5.008
[GatherDir]
[ManifestSkip]
[MetaYAML]
[MetaJSON]
[License]
[ExecDir]
[ShareDir]
[Manifest]
[Test::Kwalitee::Extra]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[ReversionOnRelease]
[MakeMaker::Awesome]
test_file = t/*.t
[@Git]
[Prereqs]
IO::Handle = 0
Test::More = 0
Test::Harness = 0
Text::CSV = 1.31
[PkgVersion]
[PodVersion]
[NextRelease]
[ReadmeFromPod]
type = pod
[GithubMeta]
issues = 1
user = singingfish
repo = Text-CSV-Encoded
[PodSyntaxTests]
[Run::BeforeBuild]
run = test ! -f Makefile.PL || rm Makefile.PL
run = test ! -f META.yml || rm META.yml
run = test ! -f META.json || rm META.json
run = test ! -f MANIFEST || rm MANIFEST
run = test ! -f README.pod || rm README.pod
[Run::AfterBuild]
run = cp %d/Makefile.PL ./
run = cp %d/README.pod ./
run = git status --porcelain | grep 'M Makefile.PL' && git add Makefile.PL || echo Makefile.PL up to date
run = git status --porcelain | grep 'M README.pod' && git add README.pod || echo README.PL up to date
run = git status --porcelain | grep 'M dist.ini' && git add dist.ini || echo dist.ini up to date
run = git status --porcelain | grep 'M Makefile.PL' && git commit -m 'auto-committed by dist.ini' Makefile.PL || echo Makefile.PL up to date
|