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 actaully 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
SOURCE AVAILABILITY
This source is in Github:
https://github.com/briandfoy/module-release
AUTHOR
brian d foy, <bdfoy@cpan.org>
COPYRIGHT AND LICENSE
Copyright (c) 2007-2014, brian d foy, All Rights Reserved.
You may redistribute this under the same terms as Perl itself.