This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version of Data::Dumper
authorSawyer X <xsawyerx@cpan.org>
Wed, 12 Sep 2018 15:50:02 +0000 (18:50 +0300)
committerSawyer X <xsawyerx@cpan.org>
Wed, 12 Sep 2018 15:50:02 +0000 (18:50 +0300)
dist/Data-Dumper/Dumper.pm

index 8aa12dc..22a1150 100644 (file)
@@ -10,7 +10,7 @@
 package Data::Dumper;
 
 BEGIN {
-    $VERSION = '2.171'; # Don't forget to set version and release
+    $VERSION = '2.172'; # Don't forget to set version and release
 }               # date in POD below!
 
 #$| = 1;
@@ -1467,7 +1467,7 @@ modify it under the same terms as Perl itself.
 
 =head1 VERSION
 
-Version 2.171
+Version 2.172
 
 =head1 SEE ALSO