Skip to content

Commit

Permalink
Bump Data::Dumper's $VERSION and update Changes, for a dev release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwc10 committed Jul 5, 2021
1 parent d4756df commit 1a1f45b
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.181_50 2021-07-01 NWCLARK
- Output qr'$foo' correctly (using a suggestion from Eirik Berg Hanssen)


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

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

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

0 comments on commit 1a1f45b

Please sign in to comment.