https://github.com/xtaran/dist-zilla-pluginbundle-author-abe
Axel's own Dist::Zilla plugin bundle, named Dist::Zilla::PluginBundle::ABE
https://github.com/xtaran/dist-zilla-pluginbundle-author-abe
Last synced: 9 months ago
JSON representation
Axel's own Dist::Zilla plugin bundle, named Dist::Zilla::PluginBundle::ABE
- Host: GitHub
- URL: https://github.com/xtaran/dist-zilla-pluginbundle-author-abe
- Owner: xtaran
- Created: 2014-08-09T14:08:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-13T15:54:48.000Z (almost 12 years ago)
- Last Synced: 2025-09-23T21:39:16.957Z (9 months ago)
- Language: Perl
- Size: 218 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Dist::Zilla::PluginBundle::Author::ABE
======================================
[](https://travis-ci.org/xtaran/dist-zilla-pluginbundle-author-abe)
This is [Axel](https://metacpan.org/author/ABE)'s own and preferred PluginBundle for Dist::Zilla.
It's based upon the PluginBundles `@Basic` and `@Classic`, but using
`OurPkgVersion` and `PodWeaver` instead of `PkgVersion` and
`PodVersion` and not containing any upload functionality.
Additionally it uses `AutoPrereqs`, `Test::ReportPrereqs`,
`GithubMeta`, calls `Test::Perl::Critic` and generates both,
`META.yml` and `META.json`.
The `PruneFiles` configuration also takes care of not shipping the
`debian` subdirectory (if present) to CPAN.
Taking Care of its Self-Reference
---------------------------------
The PluginBundle uses itself already, so you need to include the `lib`
directory when calling `dzil`, e.g. `dzil -Ilib test`.
Author, License and Copyright
-----------------------------
Copyright 2013-2014 Axel Beckert .
This program is free software; you can redistribute it and/or modify
it under the terms of either: the
[GNU General Public License](https://www.gnu.org/licenses/gpl) as
published by the [Free Software Foundation](https://www.fsf.org/),
either [version 1](https://www.gnu.org/licenses/old-licenses/gpl-1.0),
or (at your option)
[any later version](https://www.gnu.org/licenses/#GPL); or the
[Artistic License](http://dev.perl.org/licenses/artistic.html).
See http://dev.perl.org/licenses/ for more information.