]> git.donarmstrong.com Git - perltidy.git/commitdiff
bump version by .01 20220217.01
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 25 Feb 2022 03:26:20 +0000 (19:26 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 25 Feb 2022 03:26:20 +0000 (19:26 -0800)
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 48123f0c0379570fe95f92ebafb6b4bb39bf1c3d..2335edd41e53f0928bfe83eae0b259d640206245 100644 (file)
@@ -1,6 +1,6 @@
 # Perltidy Change Log
 
-## 2022 02 17
+## 2022 02 17.01
 
     - Fixed and reactivated two failing tests (were reading local .perltidyrc file)
 
index a24aace57c31444087e392ab00baf170791931cb..fe4abbcee741992d7235f3456eb76428aab49416 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
+This man page documents perltidy version 20220217.01
 
 =head1 BUG REPORTS
 
index 61efa37b87a1a377306debc2e038756b679ea1cb..4534511da650314ead0bbb777349eb21fa54f48e 100644 (file)
@@ -110,7 +110,7 @@ BEGIN {
     # Release version must be bumped, and it is probably past time for a
     # release anyway.
 
-    $VERSION = '20220217';
+    $VERSION = '20220217.01';
 }
 
 sub DESTROY {
index 42e0bf064964597bf7c17999654edb1cd4f97bb7..38b2d37d6ae60c9aa743c44e4ebb941094da150c 100644 (file)
@@ -482,7 +482,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
+This man page documents Perl::Tidy version 20220217.01
 
 =head1 LICENSE
 
index 1161a93267554c12a18f6e9031117104e53bfac4..9229c59c45267e3bfd0b424cb9a2ba5cf496516b 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::Debugger;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 sub new {
 
index 399d0090943c3e2ba9a6b64fb1ed1e887ea6688f..d1719344cc2080b63d3967d2b5d0a9dfd9ade89f 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::DevNull;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 sub new   { my $self = shift; return bless {}, $self }
 sub print { return }
 sub close { return }
index 8bd6a2f3ecede8f8606a7fa0447abaee3078355c..ff2d0a9ff06dba963bef809fa6ddeacce7abe73e 100644 (file)
@@ -20,7 +20,7 @@
 package Perl::Tidy::Diagnostics;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 sub AUTOLOAD {
 
index 934d960981682affe31c9282a921073539ce9c62..b40652a368aedffe6b72d577069de7afa2fbe6be 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::FileWriter;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 use constant DEVEL_MODE => 0;
 
index b11864419eadd2d75a88a8c5bc038b38e3cd2e83..73ce02c47797d684fa244f85765f93cb9ac5e374 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';
+our $VERSION = '20220217.01';
 
 # The Tokenizer will be loaded with the Formatter
 ##use Perl::Tidy::Tokenizer;    # for is_keyword()
index eba6335a47cfead7ab7a0090c1880a508f737689..fb9ad708817ae298473efac6d56fb8d99b7aec28 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::HtmlWriter;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 use File::Basename;
 
index 49151db192b45cfa4d95606f290fa14e4e5345f9..ae18a9a4f1ad1fbceac06cb160a4d628578a3525 100644 (file)
@@ -10,7 +10,7 @@ package Perl::Tidy::IOScalar;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 sub AUTOLOAD {
 
index 1c958060fa244134b17c6c3e4ba80d7f005c3639..9182c3c9ebc9e08c6db440c8f8f28c82788ecdab 100644 (file)
@@ -14,7 +14,7 @@ package Perl::Tidy::IOScalarArray;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 sub AUTOLOAD {
 
index 9244a03c8f78da779f8fe58192fb7f3fdd73a279..6b520da9f32155d205b237f7619cdd445a6ea00d 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::IndentationItem;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 BEGIN {
 
index 0a9ccfcb4e2127498c7d60e46c317dd231e9573f..53352f40e635fde48e7ec5e2ff7e4ed1a2fa8072 100644 (file)
@@ -12,7 +12,7 @@
 package Perl::Tidy::LineBuffer;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 sub AUTOLOAD {
 
index 65da8f3b156fff8e7671e4cdc8a208efe9d2504c..07283257d844598a27f568acb200210b1b2227da 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSink;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 sub AUTOLOAD {
 
index 53ce46d1be0fb696f45ae1430976a19e2dd3387f..84322c05d9fb9580f6c9015c977b7ff3d9bbfc82 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSource;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 sub AUTOLOAD {
 
index 910ee49048f8b33d16835465be8aef758dc899b6..fd0f604126e06dc864d35b93f2f89973f80c1282 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::Logger;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 sub AUTOLOAD {
 
index b5305063b3cb9fa406f98614f06b342ee9eb3163..f1ae536222d5cbb0874a29e484b5458fe861e6a7 100644 (file)
@@ -21,7 +21,7 @@
 package Perl::Tidy::Tokenizer;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 # this can be turned on for extra checking during development
 use constant DEVEL_MODE => 0;
index 1bb9c482e6dd469c103658626f34a23b56afa6e1..02df9b5aa9bece8f23e6b4b58eb81cc5f20b9b87 100644 (file)
@@ -2,7 +2,7 @@ package Perl::Tidy::VerticalAligner;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 use Perl::Tidy::VerticalAligner::Alignment;
 use Perl::Tidy::VerticalAligner::Line;
 
index 78b0b83e423609b2c98a7ace9f58578581da7553..2f93a105fa8233f30f90bcfe06460ff27c8b63a8 100644 (file)
@@ -10,7 +10,7 @@ use warnings;
 
 { #<<< A non-indenting brace
 
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 BEGIN {
 
index b5b0d1e35edc77e56508c8a181cec989eb5df5fd..302b7c861963576b2275d7af599ec0ca97a79928 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::VerticalAligner::Line;
 use strict;
 use warnings;
-our $VERSION = '20220217';
+our $VERSION = '20220217.01';
 
 BEGIN {