"pragma" ensure

SUMMARY

Packages which 'use ensure' are checked to ensure that there are no
undefined subroutines and that all things which are exported are
defined.

This is version 1.09.

INSTALLATION

Having unpacked the files into a directory, change to that directory,
and then to install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc ensure

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=ensure

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/ensure

    CPAN Ratings
        http://cpanratings.perl.org/d/ensure

    Search CPAN
        http://search.cpan.org/dist/ensure


COPYRIGHT AND LICENCE

Copyright (C) 2008 Chris Hall

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
