diff options
-rw-r--r-- | ext/Data-Dumper/Dumper.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Data-Dumper/Dumper.xs b/ext/Data-Dumper/Dumper.xs index 4f7eed3264..e3867a1838 100644 --- a/ext/Data-Dumper/Dumper.xs +++ b/ext/Data-Dumper/Dumper.xs @@ -8,7 +8,7 @@ # include "ppport.h" #endif -#if PERL_VERSION < 6 +#if PERL_VERSION < 8 # define DD_USE_OLD_ID_FORMAT #endif |