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