name = WWW-Subsonic author = Brad Lhotsky license = BSD copyright_holder = Brad Lhotsky copyright_year = 2017 [PruneCruft] [MakeMaker] [Manifest] [ExecDir] dir = bin ; Documentation [PodWeaver] [ContributorsFromGit] [License] [InsertCopyright] [ReadmeMarkdownFromPod] [CopyFilesFromBuild] copy = README.mkdn [MetaJSON] [MetaYAML] [MetaConfig] [MinimumPerl] ;Changelog [ChangelogFromGit] max_age = 730 tag_regexp = ^v(\d.*) file_name = Changes wrap_column = 80 copy_to_root = 0 exclude_message = ^(v\d\.\d|Archive|Merge pull request) ; Testing [Test::EOL] [PodCoverageTests] [PodSyntaxTests] [Test::Perl::Critic] [Test::Compile] fake_home = 1 ; Prerequesites [AutoPrereqs] [CheckPrereqsIndexed] ; ensure prereqs are on CPAN [Prereqs / TestRequires] Pod::Coverage::TrustPod = 0 Test::Perl::Critic = 0 ; authordep Pod::Weaver::Section::Contributors ; authordep Pod::Weaver::Section::Support ; authordep Pod::Weaver::Section::Collect::FromOther ; authordep Pod::Elemental::Transformer::List ; Git stuff [Git::GatherDir] exclude_filename = README.mkdn exclude_filename = META.json exclude_filename = Changes [Git::NextVersion] ; get version from last release tag version_regexp = ^v(.+)$ [OurPkgVersion] [Git::Check] ; ensure all files checked in allow_dirty = dist.ini allow_dirty = Changes allow_dirty = README.mkdn allow_dirty = META.json [GithubMeta] issues = 1 ; Commit handling / Release? [ConfirmRelease] [TestRelease] [UploadToCPAN] [Git::Commit / Commit_Dirty_Files] [Git::Tag] tag_format = v%v [NextRelease] [Git::Commit / Commit_Changes] ; commit Changes (for new dev) [Git::Push] ; push repo to remote push_to = origin