NAME
Dist::Zilla::Plugin::OSPrereqs::Unix - List prereqs for Unix OSes
VERSION
This document describes version 0.01 of Dist::Zilla::Plugin::OSPrereqs::Unix (from Perl distribution Dist-Zilla-Plugin-OSPrereqs-Unix), released on 2014-12-18.
SYNOPSIS
In dist.ini:
[OSPrereqs::Unix]
Some::Module::That::Runs::On::Unix=0
Another::Module=1.23
DESCRIPTION
This module is a subclass of Dist::Zilla::Plugin::OSPrereqs. It is a shortcut for doing:
[OSPrereqs / ~^(linux|freebsd|darwin|...)$]
...
The list of Unix operating systems is retrieved from Perl::osnames.
SEE ALSO
Dist::Zilla::Plugin::OSPrereqs
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Dist-Zilla-Plugin-OSPrereqs-Unix.
SOURCE
Source repository is at https://github.com/perlancar/perl-Dist-Zilla-Plugin-OSPrereqs-Unix.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-OSPrereqs-Unix
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.