diff --git a/Changes b/Changes index 56dda3d..450b702 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl distribution App-PTP -1.15 - ?? +1.15 - 2024-09-29 - Remove a remaining smartmatch usage from our benchmarks. 1.14 - 2024-09-29 diff --git a/lib/App/PTP.pm b/lib/App/PTP.pm index 86c2e8c..42c94c8 100644 --- a/lib/App/PTP.pm +++ b/lib/App/PTP.pm @@ -11,7 +11,7 @@ use Data::Dumper; use File::Find; use Safe; -our $VERSION = '1.14'; +our $VERSION = '1.15'; $Data::Dumper::Terse = 1; # Don't output variable names. $Data::Dumper::Sortkeys = 1; # Sort the content of the hash variables.