ExtUtils::Constant::WriteConstants ( NAME => 'Foo::Bar', NAMES => [ qw(EPOLLIN EPOLLOUT) ] ); #### #include "const-c.inc" #include // hail mary... MODULE = Foo::Bar PACKAGE = Foo::Bar INCLUDE: const-xs.inc #### is(Foo::Bar::EPOLLOUT, 4);
## #include "const-c.inc" #include // hail mary... MODULE = Foo::Bar PACKAGE = Foo::Bar INCLUDE: const-xs.inc ##
## is(Foo::Bar::EPOLLOUT, 4);