
Devel::AssertApplicationCapabilities - require that an application has certain capabilities

Devel::AssertApplicationCapabilities is a utility module for Devel::CheckApplicationCapabilities and Devel::AssertApplicationCapabilities::*.
It is nothing but a magic import() that lets you do this:
use Devel::AssertApplicationCapabilities 'make' => qw(GNU);
which will die unless the 'make' utility is GNU make. or Cygwin.

I welcome feedback about my code, including constructive criticism. Bug reports should be made using http://rt.cpan.org/ or by email.
If you are feeling particularly generous you can encourage me in my open source endeavours by buying me something from my wishlist: http://www.cantrell.org.uk/david/wishlist/


David Cantrell <david@cantrell.org.uk>

Copyright 2010 David Cantrell
This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively.

This module is also free-as-in-mason software.