The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::Release::Prereq - Check pre-requisites list in build file

SYNOPSIS

The release script automatically loads this module and checks your prerequisite declaration against what you actually used in the tests.

DESCRIPTION

check_prereqs

Run `perl -MTest::Prereq -eprereq_ok`. If it doesn't see "^ok 1" it dies.

It looks in local_name to get the name of the distribution file.

SEE ALSO

Module::Release

SOURCE AVAILABILITY

This source is in GitHub

        https://github.com/briandfoy/module-release

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright © 2007-2017, brian d foy <bdfoy@cpan.org>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the Artistic License 2.0.