X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/9f03a9ecb461a2d6d42fab2fc105d3855071cfa8..dfd30e88a5039c84adbbcafc15b5cddd69947f75:/dist/Data-Dumper/Dumper.pm diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm index 60dc947..8232fa3 100644 --- a/dist/Data-Dumper/Dumper.pm +++ b/dist/Data-Dumper/Dumper.pm @@ -29,7 +29,7 @@ our ( $Indent, $Trailingcomma, $Purity, $Pad, $Varname, $Useqq, $Terse, $Freezer our ( @ISA, @EXPORT, @EXPORT_OK, $VERSION ); BEGIN { - $VERSION = '2.180_50'; # Don't forget to set version and release + $VERSION = '2.180_51'; # Don't forget to set version and release # date in POD below! @ISA = qw(Exporter); @@ -1452,7 +1452,7 @@ modify it under the same terms as Perl itself. =head1 VERSION -Version 2.180_50 +Version 2.180_51 =head1 SEE ALSO