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

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

SYNOPSIS

in Makefile.PL

    use XS::Install;
    WriteMakefile(
        ...
        BIN_DEPS => 'CPP::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.