Integrate all but lib/File/stat.t which seems broken.
[p5sagit/p5-mst-13.2.git] / ext / Devel / PPPort / module3.c
1
2 #include "EXTERN.h"
3 #include "perl.h"
4 #include "XSUB.h"
5
6 #include "ppport.h"
7
8 void test3(void)
9 {
10         newCONSTSUB(gv_stashpv("Devel::PPPort", FALSE), "test_value_3", newSViv(3));
11 }