Home
last modified time | relevance | path

Searched refs:DEBUGME (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
H A Dutf8hash.t19 our $DEBUGME = shift || 0;
23 $Storable::DEBUGME = ($DEBUGME > 1);
102 $DEBUGME or unlink $storage;
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs28 #define DEBUGME /* Debug mode, turns assertions on as well */ macro
83 #ifdef DEBUGME
418 #ifdef DEBUGME
1999 #ifdef DEBUGME in pkg_fetchmeth()
2074 #ifdef DEBUGME in pkg_can()
2121 #ifdef DEBUGME in scalar_call()
2179 #ifdef DEBUGME in array_call()
3065 #ifndef DEBUGME in store_hentry()
3158 #ifdef DEBUGME in store_lhash()
7748 #ifdef DEBUGME
H A DChangeLog189 - cache the value of $Storable::DEBUGME (since cperl enabled
346 - enable DEBUGME tracing and asserts with -DDEBUGGING