diff --git a/Changes b/Changes index ca0ea7d..f5f188e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for String-Compile-Tr +0.04 2025/02/07 + Reorganize tests + 0.03 2025/02/05 Separate test requiring option 'r' diff --git a/README.md b/README.md index bf37826..8b9e52d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ String::Compile::Tr - compile tr/// expressions # VERSION -Version 0.03\_01 +Version 0.04 # SYNOPSIS diff --git a/lib/String/Compile/Tr.pm b/lib/String/Compile/Tr.pm index 283709e..bf41ffe 100644 --- a/lib/String/Compile/Tr.pm +++ b/lib/String/Compile/Tr.pm @@ -12,12 +12,12 @@ String::Compile::Tr - compile tr/// expressions =head1 VERSION -Version 0.03_01 +Version 0.04 =cut our -$VERSION = '0.03_01'; +$VERSION = '0.04'; =head1 SYNOPSIS diff --git a/lib/String/Compile/Tr/Overload.pm b/lib/String/Compile/Tr/Overload.pm index 8caf4a9..50040d7 100644 --- a/lib/String/Compile/Tr/Overload.pm +++ b/lib/String/Compile/Tr/Overload.pm @@ -12,12 +12,12 @@ String::Compile::Tr::Overload - overload tr/// operands =head1 VERSION -Version 0.03_01 +Version 0.04 =cut our -$VERSION = '0.03_01'; +$VERSION = '0.04'; =head1 SYNOPSIS