Skip to content

Commit

Permalink
Bump Data::Dumper's $VERSION and update Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwc10 committed May 22, 2021
1 parent d305535 commit 5aa3510
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dist/Data-Dumper/Changes
Expand Up @@ -6,6 +6,10 @@ Changes - public release history for Data::Dumper

=over 8

=item 2.179_50 (May 14 2021)

Data::Dumper handles Unicode regex corner cases (GH #18614, GH #18764)

=item 2.179 (May 13 2021)

Revert the changes of 2.177 for the v5.34.0 release to avoid a regression.
Expand Down
4 changes: 2 additions & 2 deletions dist/Data-Dumper/Dumper.pm
Expand Up @@ -29,7 +29,7 @@ our ( $Indent, $Trailingcomma, $Purity, $Pad, $Varname, $Useqq, $Terse, $Freezer
our ( @ISA, @EXPORT, @EXPORT_OK, $VERSION );

BEGIN {
$VERSION = '2.179'; # Don't forget to set version and release
$VERSION = '2.179_50'; # Don't forget to set version and release
# date in POD below!

@ISA = qw(Exporter);
Expand Down Expand Up @@ -1476,7 +1476,7 @@ modify it under the same terms as Perl itself.
=head1 VERSION
Version 2.179
Version 2.179_50
=head1 SEE ALSO
Expand Down

0 comments on commit 5aa3510

Please sign in to comment.