Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
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.