]> git.donarmstrong.com Git - perltidy.git/commitdiff
bump version to 20211029.04 20211029.04
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 22 Dec 2021 23:50:02 +0000 (15:50 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 22 Dec 2021 23:50:02 +0000 (15:50 -0800)
24 files changed:
CHANGES.md
bin/perltidy
docs/ChangeLog.html
docs/Tidy.html
docs/perltidy.html
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 820e32794e5c8e25a6856d4f4d7ebb7f502ea4f5..e8bc99ca463032dc9382d265075dc69c22c97166 100644 (file)
@@ -1,6 +1,6 @@
 # Perltidy Change Log
 
-## 2021 10 29.03
+## 2021 10 29.04
 
     - A new flag -gal=s, --grep-alias-list=s, has been added as suggested in
       git #77.  This allows code blocks passed to list operator functions to
index c96d7a4ac7098ec22b1509dc2f62a5b91f0dad1b..3c4f40e529e44e6d8cf0ba9f52f783e5ee169145 100755 (executable)
@@ -404,10 +404,11 @@ For example, the code block arguments to functions 'My_grep' and 'My_map' can be
 
         perltidy -gal='My_grep My_map'
 
-By default, the following list operators in List::Util are automatically included, and any operators listed in B<--grep-alias-list> are added to this list:
+By default, the following list operators in List::Util are automatically included:
 
       all any first none notall reduce reductions
 
+Any operators specified with B<--grep-alias-list> are added to this list.
 The next parameter can be used to remove words from this default list.
 
 =item B<-gaxl=s>,   B<--grep-alias-exclusion-list=s>
@@ -4923,7 +4924,7 @@ The perltidy binary uses the Perl::Tidy module and is installed when that module
 
 =head1 VERSION
 
-This man page documents perltidy version 20211029.03
+This man page documents perltidy version 20211029.04
 
 =head1 BUG REPORTS
 
index d1831c491b82f703a15e8e7f036cdb9affeb5017..51cd83f2a9b6c58345f1502302cdd6e118af788a 100644 (file)
@@ -1,13 +1,13 @@
 <h1>Perltidy Change Log</h1>
 
-<h2>2021 10 29.03</h2>
+<h2>2021 10 29.04</h2>
 
 <pre><code>- A new flag -gal=s, --grep-alias-list=s, has been added as suggested in
   git #77.  This allows code blocks passed to list operator functions to
   be formatted in the same way as a code block passed to grep, map, or sort.
   By default, the following list operators in List::Util are included:
 
-    all any first none notall pairfirst pairgrep pairmap reduce reductions
+    all any first none notall reduce reductions
 
   They can be changed with the flag -gaxl=s, -grep-alias-exclusion-list=s
 
index 1a355110b54663433956ecfbf90fa3ac35ee2bdb..f758315652ca2b0df5a56cff5237a8379a6e1b0c 100644 (file)
 
 <h1 id="VERSION">VERSION</h1>
 
-<p>This man page documents Perl::Tidy version 20211029.03</p>
+<p>This man page documents Perl::Tidy version 20211029.04</p>
 
 <h1 id="LICENSE">LICENSE</h1>
 
index 1fcf5f00aa0a5b220eb9d76d77f2bae615ca1ba2..f9d99d7d69181604db0291dd544041a78d88b444 100644 (file)
 
 <pre><code>        perltidy -gal=&#39;My_grep My_map&#39;</code></pre>
 
-<p>By default, the following list operators in List::Util are automatically included, and any operators listed in <b>--grep-alias-list</b> are added to this list:</p>
+<p>By default, the following list operators in List::Util are automatically included:</p>
 
-<pre><code>      all any first none notall pairfirst pairgrep pairmap reduce reductions</code></pre>
+<pre><code>      all any first none notall reduce reductions</code></pre>
 
-<p>The next parameter can be used to remove words from this default list.</p>
+<p>Any operators specified with <b>--grep-alias-list</b> are added to this list. The next parameter can be used to remove words from this default list.</p>
 
 </dd>
 <dt id="gaxl-s---grep-alias-exclusion-list-s"><b>-gaxl=s</b>, <b>--grep-alias-exclusion-list=s</b></dt>
 
 <h1 id="VERSION">VERSION</h1>
 
-<p>This man page documents perltidy version 20211029.03</p>
+<p>This man page documents perltidy version 20211029.04</p>
 
 <h1 id="BUG-REPORTS">BUG REPORTS</h1>
 
index fdfe79c36ca9c3b3b3d984b6572b8ee2ac28afb3..17e1c5994d2484dd4450fe4b35bf7fc7d0f997d5 100644 (file)
@@ -110,7 +110,7 @@ BEGIN {
     # Release version must be bumped, and it is probably past time for a
     # release anyway.
 
-    $VERSION = '20211029.03';
+    $VERSION = '20211029.04';
 }
 
 sub DESTROY {
index 408845f75e2a8f6f9eab7727c8c45b1c1a13cc43..7e9509ff2baac81d73b8c02f40c40a32355d5e02 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 20211029.03
+This man page documents Perl::Tidy version 20211029.04
 
 =head1 LICENSE
 
index 24772a06d72b54067a499a4ea63663911377e1b3..123fac898cee90ba3f6dee6e056f9e6d7175e8b4 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::Debugger;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 sub new {
 
index 439d45696a0398ce1b1a9a00d7f715fb276465da..0c0506e77f2e32cb6f106407b12f294cb7851398 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::DevNull;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 sub new   { my $self = shift; return bless {}, $self }
 sub print { return }
 sub close { return }
index 705eb5f163a08249f4cfb73ff41518a581d8a02d..d01406f2235d3d8c1c2238eb09b0e2c8055c2c8f 100644 (file)
@@ -20,7 +20,7 @@
 package Perl::Tidy::Diagnostics;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 sub AUTOLOAD {
 
index fb4eaab29c6449175f0dfc9dd6ce4ac55749d75d..8957f88298256516e844ae7561fe24f1a0b49f62 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::FileWriter;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 use constant DEVEL_MODE => 0;
 
index ebe6466cdacd3d7c5aa363705366bd0dddf3c5c5..0dae30bdd973214577231b2dcbec7e87ebf45904 100644 (file)
@@ -49,7 +49,7 @@ use constant DEVEL_MODE => 0;
 { #<<< A non-indenting brace to contain all lexical variables
 
 use Carp;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 # The Tokenizer will be loaded with the Formatter
 ##use Perl::Tidy::Tokenizer;    # for is_keyword()
index ffd90b557e05b01f90cdd0c66b92d21ea00c2a6c..e5e2f15aec3ae243f6747be767b464df53e122f4 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::HtmlWriter;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 use File::Basename;
 
index 601c5c5f76e9494ce2acf8fec49d6ec58ba04814..baa2e4b6f0997add18fd288d564626d1c3f3a878 100644 (file)
@@ -10,7 +10,7 @@ package Perl::Tidy::IOScalar;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 sub AUTOLOAD {
 
index eec9ae07e2061de200d179e5536e5a2b0ffd87d1..aff25afbe3cc34806af8b081ef8144f12275b49c 100644 (file)
@@ -14,7 +14,7 @@ package Perl::Tidy::IOScalarArray;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 sub AUTOLOAD {
 
index c3b88f351c001ce84afff7ea5b6a7f77f3871419..feaba4b0ab90bbc19b7474feb2b55a03ffd177af 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::IndentationItem;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 BEGIN {
 
index 40cf008251c3500f749a00d470616291c3f4629b..4ae4db42f1ecc0390ee3ae50010dcb08f2b304fa 100644 (file)
@@ -12,7 +12,7 @@
 package Perl::Tidy::LineBuffer;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 sub AUTOLOAD {
 
index f694120e1d4f8b97f308ed92b652b667cefb74ef..f2794524a12940f28cafe4d20af3248dd1b4061a 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSink;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 sub AUTOLOAD {
 
index 8263f9b486c817a25c825e08642c3cd67b6330e8..667491468007efc2e67bfa7a937d26d5383fa652 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSource;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 sub AUTOLOAD {
 
index 386b214545debdaac8cf3eb9eda874d531ace2df..7b852ebd9a78561e9fc9eb026195bb3fa3305df3 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::Logger;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 sub AUTOLOAD {
 
index e6decd294129a67e896dd9ea606d4d8174f4eb0f..8ef912ed69a17eae78547399b82acd3d6a4777ca 100644 (file)
@@ -21,7 +21,7 @@
 package Perl::Tidy::Tokenizer;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 # this can be turned on for extra checking during development
 use constant DEVEL_MODE => 0;
index 3e7513f8f737b2c47c662f20edd2cdc65486caf6..aaa1e14c7645c8c66b90bf92515968f837eed7d5 100644 (file)
@@ -2,7 +2,7 @@ package Perl::Tidy::VerticalAligner;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 use Perl::Tidy::VerticalAligner::Alignment;
 use Perl::Tidy::VerticalAligner::Line;
 
index 3845bbee63aa54188d80312033250b2e25ae20cc..e67c09c55fb7022bc158abe51095498c3e50936d 100644 (file)
@@ -10,7 +10,7 @@ use warnings;
 
 { #<<< A non-indenting brace
 
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 BEGIN {
 
index 5f285531dd81a231c1479215904404ce5eeba7a7..8a236ff970db20149f99db8ba3bdeec799b482fb 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::VerticalAligner::Line;
 use strict;
 use warnings;
-our $VERSION = '20211029.03';
+our $VERSION = '20211029.04';
 
 BEGIN {