The manpages don't have to be built by MakeMaker for the
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / module2.c
CommitLineData
0a7c7f4f 1
2#include "EXTERN.h"
3#include "perl.h"
4#include "XSUB.h"
5
6#define NEED_newCONSTSUB_GLOBAL
7#include "ppport.h"
8
9void test2(void)
10{
44284200 11 newCONSTSUB(gv_stashpv("Devel::PPPort", FALSE), "test_value_2", newSViv(2));
0a7c7f4f 12}