The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

name = Alt-Data-Frame-ButMore
author = Zakariyya Mughal <zmughal@cpan.org>
author = Stephan Loyd <sloyd@cpan.org>
license = Perl_5
copyright_holder = Zakariyya Mughal, Stephan Loyd
copyright_year = 2014, 2019
version = 0.004_005
; authordep Pod::Weaver::PluginBundle::SLOYD = 0.0005
; authordep Pod::POM = 2.01
; authordep Pod::Markdown::Github
[@Filter]
-bundle = @Basic
-remove = GatherDir
[GatherDir]
exclude_filename = cpanfile
[ShareDir]
dir = data-raw
[MetaResources]
[MetaJSON]
[AutoPrereqs]
[OurPkgVersion]
[CheckChangeLog]
[GithubMeta]
[PodWeaver]
config_plugin = @SLOYD
[PodSyntaxTests]
[Prereqs]
; before Perl 5.16 there was a bug causing problems with lvalue subs
perl = 5.016
PDL = 2.007
Type::Tiny = 1.004004
namespace::autoclean = 0.28
; generate and update cpanfile in root dir
[CPANFile]
filename = cpanfile
[Run::AfterBuild]
run = cp %d/cpanfile .
; generate the Alt module's pod from Data::Frame's pod.
run = perl utils/patch_pod.pl %d
[GitHubREADME::Badge]
badges = travis
;[ReadmeAnyFromPod / ReadmePodInRoot]
;filename = README.md
;type = gfm
;[Git::CommitBuild]
;; no build commits
;branch =
;; release commits
;release_branch = build/%b
;release_message = Release build of v%v (on %b)
;[@Git]
;allow_dirty = dist.ini
;allow_dirty = README
;push_to = origin
;push_to = origin build/master:build/master