]> git.donarmstrong.com Git - perltidy.git/commitdiff
bump version to .03 20220217.03
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 15 Apr 2022 22:32:52 +0000 (15:32 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 15 Apr 2022 22:32:52 +0000 (15:32 -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 c40b7027247c450ade6f2539fd3dce6e34073da4..10a7165e96d552a513f81e06a734f5a3501cc631 100644 (file)
@@ -1,6 +1,6 @@
 # Perltidy Change Log
 
-## 2022 02 17.02
+## 2022 02 17.03
 
     - The flag --encode-output-strings, or -eos, is now set on by default, as
       noted in the discussion of issue git #92.  This has no effect on the use
index cf6570932d98a013846f3cd78d3bfc275d323efa..b9c0468332aec4176973aa720eafe290874f328f 100755 (executable)
@@ -5144,7 +5144,7 @@ The perltidy binary uses the Perl::Tidy module and is installed when that module
 
 =head1 VERSION
 
-This man page documents perltidy version 20220217.02
+This man page documents perltidy version 20220217.03
 
 =head1 BUG REPORTS
 
index d6edcfbe9c76e9b1585cacf1c023a71305be8742..1de80ad573e68653b6b692470d7b7ef0b90e66df 100644 (file)
@@ -110,7 +110,7 @@ BEGIN {
     # Release version must be bumped, and it is probably past time for a
     # release anyway.
 
-    $VERSION = '20220217.02';
+    $VERSION = '20220217.03';
 }
 
 sub DESTROY {
index 848bfde1b966b6dd93059c5308eeb11134f10e9b..2092c125ff5565aa73f74f3cc9fdf01baedc671d 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.02
+This man page documents Perl::Tidy version 20220217.03
 
 =head1 LICENSE
 
index b4c4f465310b4a7893efbdea139f582be262778b..36e9bf7d988f091b4cdca54a996ed1f30e805d26 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::Debugger;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 sub new {
 
index f9b24c1e99da8579dda943d71fd815936e10434c..73921f2dd16e900959f5e47711e5ceabd5a63841 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::DevNull;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 sub new   { my $self = shift; return bless {}, $self }
 sub print { return }
 sub close { return }
index 1fe52c5d2b250dd20d0bdecc97a7cfc253304e0c..57750a8f2bdebf174e60cdd41b00633bdfa5f8c5 100644 (file)
@@ -20,7 +20,7 @@
 package Perl::Tidy::Diagnostics;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 sub AUTOLOAD {
 
index 0846dacc1ef4ea0514899497bb0e2f23040eec9a..83ec3ec9c7b66b734df94c31683698f10cf3c7d4 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::FileWriter;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 use constant DEVEL_MODE => 0;
 
index 637ff526ab483c85ab8d898994c568d58d89aed4..90299523b3b7ef2aad06175c9f71116b4fbab386 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.02';
+our $VERSION = '20220217.03';
 
 # The Tokenizer will be loaded with the Formatter
 ##use Perl::Tidy::Tokenizer;    # for is_keyword()
index 97464e544882ad687b719f7b8e2139d362433b1a..76f0d55a7425ce8edf13e7cdd5257c51cb180511 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::HtmlWriter;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 use File::Basename;
 
index c5e7be4e376755732dfd22f2521fc1f7c883a45e..2238c35703275f31c6ef934a9f0a6aba3ab06507 100644 (file)
@@ -10,7 +10,7 @@ package Perl::Tidy::IOScalar;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 sub AUTOLOAD {
 
index 8c776c8771d0453b5b629d4c47dc19dcbc548e1d..56aa0a98ad46c7b68cd6d52bd10c0bc2dbbb0c24 100644 (file)
@@ -14,7 +14,7 @@ package Perl::Tidy::IOScalarArray;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 sub AUTOLOAD {
 
index 319b43806ecfa09801d2eed68095013fd6b33576..f4ddc841ea41fd30863cb0a53ae898405b432ab9 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::IndentationItem;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 BEGIN {
 
index fb821e537f1fa94139881fd310dc12e92a2d31d4..c524525b0e3ce010e07c7be42c9600d6a65e9e63 100644 (file)
@@ -12,7 +12,7 @@
 package Perl::Tidy::LineBuffer;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 sub AUTOLOAD {
 
index 125decb9bdc2b96443cfadf8bb148ca4cf5870aa..571f40e74411017a82ddf8029555f46b646ccd3a 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSink;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 sub AUTOLOAD {
 
index ec6995933dbd7e0a81fee73fb3befb708b5e7965..2bca515c44ea0109d82ff017380fe7d8b98fa8f2 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSource;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 sub AUTOLOAD {
 
index 1d891a34e04176254e69d1eb1e267745d9f25e8b..b0587172acf6494492c7142b7c75d1d0741a8d3c 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::Logger;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 sub AUTOLOAD {
 
index 754ce093fdf9c0e9bb5fa3171e9a7d670b415035..a8497466ceab3d3e7b79701e5438b9f0064d63d4 100644 (file)
@@ -21,7 +21,7 @@
 package Perl::Tidy::Tokenizer;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 # this can be turned on for extra checking during development
 use constant DEVEL_MODE => 0;
index 80983af7e68abe7789c9fde7257a48021991bcb1..63103281fc4b90f5e552e08bdda1aa95c4070606 100644 (file)
@@ -2,7 +2,7 @@ package Perl::Tidy::VerticalAligner;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 use Perl::Tidy::VerticalAligner::Alignment;
 use Perl::Tidy::VerticalAligner::Line;
 
index c61e2e4fedbe3f7b81b76abc76d2abd3308fd132..e5f58b757c86bb3f2325361c505175fc8b24a634 100644 (file)
@@ -10,7 +10,7 @@ use warnings;
 
 { #<<< A non-indenting brace
 
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 BEGIN {
 
index 9eb4699b55c70bcede5953db4c05722d5fad9e70..85a852d984f5e56c709156979150c7d97046ab1b 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::VerticalAligner::Line;
 use strict;
 use warnings;
-our $VERSION = '20220217.02';
+our $VERSION = '20220217.03';
 
 BEGIN {