The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::catch - Catch test library http://catch-lib.net

SYNOPSIS

in Makefile.PL

    use XS::Install;
    WriteMakefile(
        ...
        BIN_DEPS => 'Alien::catch',
        ...
    );
    

in your C test files

    #include <catch.hpp>
    ...
    

DESCRIPTION

This module installs catch headers

AUTHOR

Pronin Oleg <syber@crazypanda.ru>, Crazy Panda LTD

LICENSE

You may distribute this code under the same terms as Perl itself.