AlignDB-IntSpanXS
view release on metacpan or search on metacpan
344034413442344334443445344634473448344934503451345234533454345534563457345834593460#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
#ifndef sv_setuv
( run in 0.447 second using v1.01-cache-2.11-cpan-87723dcf8b7 )