Barcode-ZBar
view release on metacpan or search on metacpan
29832984298529862987298829892990299129922993299429952996299729982999300030013002#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 1.357 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )