App-BS
view release on metacpan or search on metacpan
"help by submitting a documentation patch";
}
print ".\n";
if ($todo) {
if ($todo <= $int_min_perl) {
print "It may very well be supported all the way back to ",
format_version(5.003_07), ".\n";
}
else {
print "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}) {
print "Support needs to be explicitly requested by #define NEED_$f\n",
"(or #define NEED_${f}_GLOBAL).\n" if exists $need{$f};
$info++;
}
#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
sub handle_deps ($pkg) {
}
sub handle_barearg ($arg) {
if (my ($_currcmd) = ($arg =~ CMDRE) && !$currcmd) {
$currcmd //= $arg
}
elsif ($currcmd) {
# Currently all commands handle a package afai can guess so just permit
# anything through to handle_pkgiden if $currcmd is set?
handle_pkgiden($arg)
}
# TODO: Is it better to simply add things to run manifest or start processing?
# For now maybe process/create run manifest first to avoid added complexity
# of figuring out/choosing our parallel/sync model yet
}
sub handle_pkgiden ($pkgid) {
( run in 0.226 second using v1.01-cache-2.11-cpan-702932259ff )