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

NAME

Test::PPPort - test for ppport.h warnings

SYNOPSIS

  # in a xt/ppport.t

  use strict;
  use warnings;
  use Test::More;
  eval "use Test::PPPort";
  plan skip_all => "Test::PPPort required for testing ppport.h" if $@;
  ppport_ok();

DESCRIPTION

Test::PPPort is check to foo.xs files test by ppport.h. The check of XS file by ppport.h can be easily taken in as a test case.

AUTHOR

Kazuhiro Osawa <yappo <at> shibuya <döt> pl>

THANKS

miyagawa

SEE ALSO

Devel::PPPort

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.