summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2021-03-03 18:18:13 +0000
committerAaron Crane <arc@users.noreply.github.com>2021-03-03 23:17:30 +0000
commit33bc847050ad68bb79f1e04db9100e25017348e1 (patch)
treed394b18494465592df4f847544ed16b65ebd8825
parentc71f1f234aad8a3c58b04d38738d60a4a8677acb (diff)
downloadperl-33bc847050ad68bb79f1e04db9100e25017348e1.tar.gz
Bump Data::Dumper version
-rw-r--r--dist/Data-Dumper/Dumper.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Data-Dumper/Dumper.pm b/dist/Data-Dumper/Dumper.pm
index d74316e372..cbe2e09a06 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.176'; # Don't forget to set version and release
+ $VERSION = '2.177'; # Don't forget to set version and release
# date in POD below!
@ISA = qw(Exporter);
@@ -1477,7 +1477,7 @@ modify it under the same terms as Perl itself.
=head1 VERSION
-Version 2.175
+Version 2.177
=head1 SEE ALSO