Skip to content

Commit

Permalink
Data::Dumper 2.182 was released on 2021-06-30.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwc10 committed Jun 30, 2021
1 parent d352999 commit 0bbac69
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
@@ -1,5 +1,9 @@
Revision history for Perl core module Data::Dumper

2.182 2021-06-30 NWCLARK
- Reformatted Data-Dumper Changes as per CPAN::Changes::Spec (GH #18952)


2.181_50 2021-06-29 NWCLARK
- Set bugtracker metadata to https://github.com/Perl/perl5/issues

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.181_50'; # Don't forget to set version and release
$VERSION = '2.182'; # Don't forget to set version and release
# date in POD below!

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

0 comments on commit 0bbac69

Please sign in to comment.