diff options
-rw-r--r-- | dist/Data-Dumper/Dumper.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index cb10e5bf5d..a331166259 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -9,7 +9,7 @@ package Data::Dumper; -$VERSION = '2.130'; # Don't forget to set version and release date in POD! +$VERSION = '2.130_01'; # Don't forget to set version and release date in POD! #$| = 1; |