; Copyright (C) 2016-2023 Guido Flohr <guido.flohr@cantanea.com>,
; all rights reserved.
; This file is distributed under the same terms and conditions as
; Perl itself.
name = File-Globstar
version = v1.1.0
author = Guido Flohr <guido.flohr@cantanea.com>
license = Artistic_2_0
copyright_holder = Guido Flohr
[@Filter]
-bundle = @Basic
-remove = Readme
-remove = GatherDir
[@Git]
[ModuleBuild]
[PkgVersion]
[NextRelease]
format=%v %{yyyy-MM-dd}d
[Git::GatherDir]
exclude_filename = Build.PL
exclude_filename = LICENSE
exclude_filename = MANIFEST
exclude_filename = Makefile.PL
exclude_filename = README.pod
exclude_match = t/author-.*\.t
[Test::Perl::Critic]
[Test::CPAN::Changes]
[PodCoverageTests]
[PodSyntaxTests]
[AutoPrereqs]
[MetaJSON]
[MinimumPerlFast]
[MetaResources]
homepage = http://www.guido-flohr.net/globstar-for-perl/
bugtracker.web = https://github.com/gflohr/File-Globstar/issues
repository.url = git://github.com/gflohr/File-Globstar.git
repository.web = http://github.com/gflohr/File-Globstar.git
repository.type = git
[BuildFile / README.pod]
command = pandoc --from=markdown_github --to=markdown_strict README.md | perl -MMarkdown::To::POD -e 'print Markdown::To::POD::markdown_to_pod(join "", <>)' >{{$target}}
[GatherFile]
filename = README.pod
[CopyFilesFromBuild]
copy = Build.PL
copy = LICENSE
copy = MANIFEST
copy = Makefile.PL
copy = README.pod
copy = t/author-critic.t
copy = t/author-pod-coverage.t
copy = t/author-pod-syntax.t