The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

DESCRIPTION

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.

BUGS and FEEDBACK

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/

SEE ALSO

Devel::CheckOS

Devel::CheckLib

AUTHOR

David Cantrell <david@cantrell.org.uk>

COPYRIGHT and LICENCE

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.

CONSPIRACY

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