Linux-DVB
view release on metacpan or search on metacpan
return av;
}
MODULE = Linux::DVB PACKAGE = Linux::DVB
PROTOTYPES: DISABLE
void
_consts ()
PPCODE:
const struct consts *c;
for (c = consts;
c < consts + sizeof (consts) / sizeof (consts[0]);
c++)
{
XPUSHs (sv_2mortal (newSVpv (c->name, 0)));
XPUSHs (sv_2mortal (newSViv (c->value)));
}
MODULE = Linux::DVB PACKAGE = Linux::DVB::Frontend
( run in 1.618 second using v1.01-cache-2.11-cpan-5511b514fd6 )