NAME
Dist::Zilla::PluginBundle::OpusVL - Standard behaviour for OpusVL modules
SYNOPSIS
In your dist.ini:
[@OpusVL]
DESCRIPTION
This generally implements the workflow that OpusVL modules will use.
It is roughly equivalent to:
[Git::GatherDir]
[@Basic]
; ...but without GatherDir and UploadToCPAN
[AutoPrereqs]
[Git::NextVersion]
[PkgVersion]
[MetaConfig]
[MetaJSON]
[NextRelease]
; ensure non-dzil users can cpanm from source
[CPANFile]
[CopyFilesFromBuild]
copy = cpanfile
[Test::ChangesHasContent]
[PodSyntaxTests]
[Test::Compile]
[ReportVersions::Tiny]
[@Git]
[Prereqs / TestMoreWithSubtests]
Test::More = 0.96
AUTHOR
Alastair McGowan-Douglas <alastair.mcgowan@opusvl.com>
COPYRIGHT AND LICENSE
Copyright (c) 2015 OpusVL
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html