App-a2p

 view release on metacpan or  search on metacpan

a2py.c  view on Meta::CPAN

 *    License or the Artistic License, as specified in the README file.
 */

#if defined(WIN32)
#include <io.h>
#endif
#include "patchlevel.h"
#include "util.h"

#if PERL_VERSION > 17
#include "unicode_constants.h"
#define DELETE_CHAR DEL_NATIVE
#else
#define DELETE_CHAR 127
#endif

const char *filename;
const char *myname;

int checkers = 0;



( run in 0.363 second using v1.01-cache-2.11-cpan-88abd93f124 )