bump version to 20210717.01 20210717.01
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 19 Jul 2021 00:04:23 +0000 (17:04 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 19 Jul 2021 00:04:23 +0000 (17:04 -0700)
20 files changed:
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 34c6b5103ccc58d3a4dc2ae2114337408a646b5f..ddb082f2bc3bc2596c538181f1ff6427ee96f970 100755 (executable)
@@ -4776,7 +4776,7 @@ The perltidy binary uses the Perl::Tidy module and is installed when that module
 
 =head1 VERSION
 
-This man page documents perltidy version 20210717
+This man page documents perltidy version 20210717.01
 
 =head1 BUG REPORTS
 
index ffeb8b80c2cde56bc19b01249146f9b32ce1b3c7..f69f53695305ecbb848c315f871dd39d0fa13a6e 100644 (file)
@@ -110,7 +110,7 @@ BEGIN {
     # Release version must be bumped, and it is probably past time for a
     # release anyway.
 
-    $VERSION = '20210717';
+    $VERSION = '20210717.01';
 }
 
 sub DESTROY {
index 138b336e7fea92195d6af2f45c055ca30e125060..d653d6d25f57703e3f8c1327c27c81a7cd992a58 100644 (file)
@@ -432,7 +432,7 @@ The module 'Perl::Tidy' comes with a binary 'perltidy' which is installed when t
 
 =head1 VERSION
 
-This man page documents Perl::Tidy version 20210717
+This man page documents Perl::Tidy version 20210717.01
 
 =head1 LICENSE
 
index 8eeb2d1ce8162c75b860af5e44a99666bf08975c..25206d6fbfcad9bc98aacb9462d6cd7b21d920b6 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::Debugger;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 sub new {
 
index 2b703ee7e2c4f15fe96751f8d38027d2b44c90e5..59075261cd71d7fd43d495e9a914d8520e572e7b 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::DevNull;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 sub new   { my $self = shift; return bless {}, $self }
 sub print { return }
 sub close { return }
index c74ab9acd5b7d5fc0eaa301e7ceae8d6b4a228a4..5424e8e84642f4a5b6554411a4caeb8d099acfa2 100644 (file)
@@ -20,7 +20,7 @@
 package Perl::Tidy::Diagnostics;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 sub AUTOLOAD {
 
index 9a9d62f20a7517f8333c3eed95872323c1923f41..c31f2bf30ca5fbefdd34c45ad94bd05d5e61dddb 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::FileWriter;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 use constant DEVEL_MODE => 0;
 
index f70ea7948991868265a4ecc624e22d332b860081..b185082ea55839d8b1374255ab095cba954f407b 100644 (file)
@@ -49,7 +49,7 @@ use constant DEVEL_MODE => 0;
 { #<<< A non-indenting brace to contain all lexical variables
 
 use Carp;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 # The Tokenizer will be loaded with the Formatter
 ##use Perl::Tidy::Tokenizer;    # for is_keyword()
index 8c11ee5afba7c6a6078d19a1395d9216f5caa0c5..d9e120b19af04927b93ae2e23417fce1cc9754b6 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::HtmlWriter;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 use File::Basename;
 
index 1a96c54ae6c2ef1f8c919cffc1b1ca7c3e9ea9b6..34103722c162ef5d2c107231e829c1aac78b2846 100644 (file)
@@ -10,7 +10,7 @@ package Perl::Tidy::IOScalar;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 sub AUTOLOAD {
 
index 640459b85134fc83445297c702886bc608591ef5..d9f16b3db183a2b5bc23a38d1010c504cee4eb50 100644 (file)
@@ -14,7 +14,7 @@ package Perl::Tidy::IOScalarArray;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 sub AUTOLOAD {
 
index 14e00719a8940124d65cc1355d4f3e5b9d338e39..dffdf19ef897b2b9053cee4781062003845a2f10 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::IndentationItem;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 BEGIN {
 
index d77a84120c7cb5758a8586de6978ffe8fdf77bdf..42a674b3359ebcfa59b345c2a4c21115e5db1008 100644 (file)
@@ -12,7 +12,7 @@
 package Perl::Tidy::LineBuffer;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 sub AUTOLOAD {
 
index a3cee83ed3c2bb3bef812aec25f2734be1bac268..204302863d8ec4e67f4d2fe4309672b5684d3fa8 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSink;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 sub AUTOLOAD {
 
index f4798ca9547b13110ac91fd36d16fc7a9467cd0d..c232282dea8d94ebbf51e0166dfc3bdf4773fb34 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSource;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 sub AUTOLOAD {
 
index 14927e8ed57cd628adb9c4c1e092254686c77cbd..89ee51978129bed59fdd801092bdb2bb09f451be 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::Logger;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 sub AUTOLOAD {
 
index 9ec72e78c4eb5d5cc5742f0217722af3659811d8..09c8665f1b0b07c16621ffc10de70359823eb34c 100644 (file)
@@ -21,7 +21,7 @@
 package Perl::Tidy::Tokenizer;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 use Perl::Tidy::LineBuffer;
 use Carp;
index 7613ee29dfb55c04b94ff20b4ebb990a82093336..ba4ce715c5c34cf6afacc6f4e99ac9e32bf156c1 100644 (file)
@@ -1,7 +1,7 @@
 package Perl::Tidy::VerticalAligner;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 use Perl::Tidy::VerticalAligner::Alignment;
 use Perl::Tidy::VerticalAligner::Line;
index 79849c65de0cde8603b3320ab5708e716a372424..aee1609c2dbec0f22068d1d87af52cbc768bdb96 100644 (file)
@@ -10,7 +10,7 @@ use warnings;
 
 { #<<< A non-indenting brace
 
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 #    _column_          # the current column number
 #    _saved_column_    # a place for temporary storage
index 72f9512a686dd12cea86332b9ebc937914647087..824ba8c5b72017c1e6c7bb50720963d4ed3b8875 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::VerticalAligner::Line;
 use strict;
 use warnings;
-our $VERSION = '20210717';
+our $VERSION = '20210717.01';
 
 BEGIN {
     my $i = 0;