bump version to .02
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 19 Mar 2022 19:46:24 +0000 (12:46 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 19 Mar 2022 19:46:24 +0000 (12:46 -0700)
21 files changed:
CHANGES.md
bin/perltidy
lib/Perl/Tidy.pm
lib/Perl/Tidy.pod
lib/Perl/Tidy/Debugger.pm
lib/Perl/Tidy/DevNull.pm
lib/Perl/Tidy/Diagnostics.pm
lib/Perl/Tidy/FileWriter.pm
lib/Perl/Tidy/Formatter.pm
lib/Perl/Tidy/HtmlWriter.pm
lib/Perl/Tidy/IOScalar.pm
lib/Perl/Tidy/IOScalarArray.pm
lib/Perl/Tidy/IndentationItem.pm
lib/Perl/Tidy/LineBuffer.pm
lib/Perl/Tidy/LineSink.pm
lib/Perl/Tidy/LineSource.pm
lib/Perl/Tidy/Logger.pm
lib/Perl/Tidy/Tokenizer.pm
lib/Perl/Tidy/VerticalAligner.pm
lib/Perl/Tidy/VerticalAligner/Alignment.pm
lib/Perl/Tidy/VerticalAligner/Line.pm

index 2335edd41e53f0928bfe83eae0b259d640206245..da1981a23d8384e025098049accfbcfd9570f882 100644 (file)
@@ -1,6 +1,6 @@
 # Perltidy Change Log
 
-## 2022 02 17.01
+## 2022 02 17.02
 
     - Fixed and reactivated two failing tests (were reading local .perltidyrc file)
 
index fe4abbcee741992d7235f3456eb76428aab49416..6e653c0ff1e0c8c93d8023870ecdc6ac58b3e3ec 100755 (executable)
@@ -5139,7 +5139,7 @@ The perltidy binary uses the Perl::Tidy module and is installed when that module
 
 =head1 VERSION
 
-This man page documents perltidy version 20220217.01
+This man page documents perltidy version 20220217.02
 
 =head1 BUG REPORTS
 
index 01edc7467b319cf05d314ed06f6c42259280ccbe..1e086079b3a7fade2fc65a3c78faeff117904bff 100644 (file)
@@ -110,7 +110,7 @@ BEGIN {
     # Release version must be bumped, and it is probably past time for a
     # release anyway.
 
-    $VERSION = '20220217.01';
+    $VERSION = '20220217.02';
 }
 
 sub DESTROY {
index fb406daf829f9e65a3bd69471dfcd48721bff971..848bfde1b966b6dd93059c5308eeb11134f10e9b 100644 (file)
@@ -481,7 +481,7 @@ The module 'Perl::Tidy' comes with a binary 'perltidy' which is installed when t
 
 =head1 VERSION
 
-This man page documents Perl::Tidy version 20220217.01
+This man page documents Perl::Tidy version 20220217.02
 
 =head1 LICENSE
 
index 9229c59c45267e3bfd0b424cb9a2ba5cf496516b..b4c4f465310b4a7893efbdea139f582be262778b 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::Debugger;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 sub new {
 
index d1719344cc2080b63d3967d2b5d0a9dfd9ade89f..f9b24c1e99da8579dda943d71fd815936e10434c 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::DevNull;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 sub new   { my $self = shift; return bless {}, $self }
 sub print { return }
 sub close { return }
index ff2d0a9ff06dba963bef809fa6ddeacce7abe73e..1fe52c5d2b250dd20d0bdecc97a7cfc253304e0c 100644 (file)
@@ -20,7 +20,7 @@
 package Perl::Tidy::Diagnostics;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 sub AUTOLOAD {
 
index b40652a368aedffe6b72d577069de7afa2fbe6be..0846dacc1ef4ea0514899497bb0e2f23040eec9a 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::FileWriter;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 use constant DEVEL_MODE => 0;
 
index 7c9de6310d5f7db71be4da23d26f6161f2cfa486..f73a4508b9c87942c4cd128025e85aac110ccb27 100644 (file)
@@ -49,7 +49,7 @@ use constant DEVEL_MODE => 0;
 { #<<< A non-indenting brace to contain all lexical variables
 
 use Carp;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 # The Tokenizer will be loaded with the Formatter
 ##use Perl::Tidy::Tokenizer;    # for is_keyword()
index fb9ad708817ae298473efac6d56fb8d99b7aec28..97464e544882ad687b719f7b8e2139d362433b1a 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::HtmlWriter;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 use File::Basename;
 
index ae18a9a4f1ad1fbceac06cb160a4d628578a3525..c5e7be4e376755732dfd22f2521fc1f7c883a45e 100644 (file)
@@ -10,7 +10,7 @@ package Perl::Tidy::IOScalar;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 sub AUTOLOAD {
 
index 9182c3c9ebc9e08c6db440c8f8f28c82788ecdab..8c776c8771d0453b5b629d4c47dc19dcbc548e1d 100644 (file)
@@ -14,7 +14,7 @@ package Perl::Tidy::IOScalarArray;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 sub AUTOLOAD {
 
index 6b520da9f32155d205b237f7619cdd445a6ea00d..5230626fe66498e8d96b4166d6e8c3e01f6c69a1 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::IndentationItem;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 BEGIN {
 
index 53352f40e635fde48e7ec5e2ff7e4ed1a2fa8072..fb821e537f1fa94139881fd310dc12e92a2d31d4 100644 (file)
@@ -12,7 +12,7 @@
 package Perl::Tidy::LineBuffer;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 sub AUTOLOAD {
 
index 07283257d844598a27f568acb200210b1b2227da..125decb9bdc2b96443cfadf8bb148ca4cf5870aa 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSink;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 sub AUTOLOAD {
 
index 84322c05d9fb9580f6c9015c977b7ff3d9bbfc82..ec6995933dbd7e0a81fee73fb3befb708b5e7965 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSource;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 sub AUTOLOAD {
 
index fd0f604126e06dc864d35b93f2f89973f80c1282..1d891a34e04176254e69d1eb1e267745d9f25e8b 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::Logger;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 sub AUTOLOAD {
 
index f1ae536222d5cbb0874a29e484b5458fe861e6a7..a66f403dda281c8554cd01afcacfb715b29bc357 100644 (file)
@@ -21,7 +21,7 @@
 package Perl::Tidy::Tokenizer;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 # this can be turned on for extra checking during development
 use constant DEVEL_MODE => 0;
index 02df9b5aa9bece8f23e6b4b58eb81cc5f20b9b87..73d5d01b96f8e5c686c694b4c260b8b4c685780f 100644 (file)
@@ -2,7 +2,7 @@ package Perl::Tidy::VerticalAligner;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 use Perl::Tidy::VerticalAligner::Alignment;
 use Perl::Tidy::VerticalAligner::Line;
 
index 2f93a105fa8233f30f90bcfe06460ff27c8b63a8..c61e2e4fedbe3f7b81b76abc76d2abd3308fd132 100644 (file)
@@ -10,7 +10,7 @@ use warnings;
 
 { #<<< A non-indenting brace
 
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 BEGIN {
 
index 302b7c861963576b2275d7af599ec0ca97a79928..9eb4699b55c70bcede5953db4c05722d5fad9e70 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::VerticalAligner::Line;
 use strict;
 use warnings;
-our $VERSION = '20220217.01';
+our $VERSION = '20220217.02';
 
 BEGIN {