Why not adopt me?
NAME
Dist::Zilla::Plugin::LocalBrew - Verify that your distribution tests well in a fresh perlbrew
VERSION
version 0.02
SYNOPSIS
# in your dist.ini
[LocalBrew]
brews = first-perlbrew
brews = second-perlbrew
DESCRIPTION
This plugin builds and tests your module with a set of given perlbrew environments before a release and aborts the release if testing in any of them fails. Any dependencies are installed via cpanminus into a temporary local lib, so your Perlbrew environments aren't altered. This comes in handy when you want to build against a set of "fresh" Perl installations (ie. those with only core modules) to make sure all of your prerequisites are included correctly.
ATTRIBUTES
brews
A list of perlbrew environments to build and test in.
ISSUES
SEE ALSO
Dist::Zilla, App::perlbrew, App::cpanminus, local::lib
AUTHOR
Rob Hoelz <rob@hoelz.ro>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Rob Hoelz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
BUGS
Please report any bugs or feature requests on the bugtracker website http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-Plugin-LocalBrew
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.