App-MediaWiki2Git

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

name = App-MediaWiki2Git
license = Perl_5
copyright_holder = Wellcome Trust Sanger Institute

[MetaResources]
homepage = https://github.com/mca-wtsi/App-MediaWiki2Git
repository.url = git://github.com/mca-wtsi/App-MediaWiki2Git
repository.web = https://github.com/mca-wtsi/App-MediaWiki2Git
repository.type = git

[GatherDir]
exclude_match = ^\.git(ignore|/.*)$
exclude_match = (^|/)#[^/]+#$ ; emacs autosave
exclude_match = ~$ ; emacs backup

[ExecDir]

[PruneCruft]
[MinimumPerl] ; with Perl::MinimumVersion
[Bugtracker] ; rt.cpan.org
[MetaYAML]
[MakeMaker]
[Manifest]


[AutoPrereqs]


[Git::DescribeVersion] ; take version from preceding tag
first_version= ; do not imagine up a new version (I want an error)
version_regexp=^v(\d+\.\d{1,3})
; version = last version, plus commit-count in a minor position; manual bump


;;; FileGatherer again / InjectFiles / munge

[License] ; (full text)

; [Readme] ; (name, version, abstract, licence notice)
[ReadmeAnyFromPod / ForSource]
type = markdown
filename = README.md
location = root

[ReadmeAnyFromPod / ForDist]
type = text
filename = README
location = build

[Test::Perl::Critic]
[PodSyntaxTests]
[HasVersionTests] ; add xt/release/has-version.t for Test::HasVersion
[ExtraTests] ; move ./xt/$some to ./t/ with %ENV guard

[PodVersion] ; add =head1 VERSION after NAME
[PkgVersion]


[GitFmtChanges]


;;; AfterBuild

[Git::CommitBuild] ; and AfterRelease, if we wanted
; commit the build result to branch built/master
branch = built/%b
message = Build results of %v (%h on %b)

[Run::AfterBuild]
; PodVersion has already included the (ever-changing) version section.
; Hack it out to prevent copious diffs.
run = perl -i -0pe 's{\n\n# VERSION\n.*?#}{#}s' README.md




( run in 1.609 second using v1.01-cache-2.11-cpan-c966e8aa7e8 )