CLI-Popt
view release on metacpan or search on metacpan
easyxs/ppport.h view on Meta::CPAN
108921089310894108951089610897108981089910900109011090210903109041090510906109071090810909109101091110912
"help by submitting a documentation patch"
;
}
".\n"
;
if
(
$todo
) {
if
(
$todo
<=
$int_min_perl
) {
"It may very well be supported all the way back to "
,
format_version(5.003_07),
".\n"
;
}
else
{
"But given the things $f depends on, it's a good"
,
" guess that it isn't\n"
,
"supported prior to "
, format_version(
$todo
),
".\n"
;
}
}
}
}
if
(
$API
{
$f
}{provided}) {
"Support needs to be explicitly requested by #define NEED_$f\n"
,
"(or #define NEED_${f}_GLOBAL).\n"
if
exists
$need
{
$f
};
$info
++;
}
easyxs/ppport.h view on Meta::CPAN
1206312064120651206612067120681206912070120711207212073120741207512076120771207812079120801208112082#ifndef UV_MAX
# define UV_MAX PERL_ULONG_MAX
#endif
#endif
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
#ifndef UVSIZE
# define UVSIZE IVSIZE
#endif
( run in 0.301 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )