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


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

the Module::Release manpage


SOURCE AVAILABILITY

This source is in Github:

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


AUTHOR

brian d foy, <bdfoy@cpan.org>


COPYRIGHT AND LICENSE

Copyright (c) 2007-2009, brian d foy, All Rights Reserved.

You may redistribute this under the same terms as Perl itself.

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