]> git.donarmstrong.com Git - perltidy.git/commitdiff
bump vertion to 20230309.03 20230309.03
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 10 Jun 2023 22:12:44 +0000 (15:12 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 10 Jun 2023 22:12:44 +0000 (15:12 -0700)
26 files changed:
CHANGES.md
MANIFEST
bin/perltidy
dev-bin/run_convergence_tests.pl.expect
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 a60341612326210bba009a7116641941725a90d0..a6c8ae4c51babfae0f3961b76dde5d886857175c 100644 (file)
@@ -1,6 +1,6 @@
 # Perltidy Change Log
 
-## 2023 03 09.02
+## 2023 03 09.03
 
     - Issue git #121. Added parameters -xbt, or --extended-block-tightness,
       and -xbtl=s, or --extended-block-tightness-list=s, to allow
index a31cb2ac19a79921de8f1c278dbf540488fbe268..b6683aa8c5ae1fb50c4197da8504449d1937b56a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,6 +5,7 @@ CHANGES.md
 COPYING
 docs/BugLog.html
 docs/ChangeLog.html
+docs/ci_update.md
 docs/eos_flag.md
 docs/index.html
 docs/index.md
index e643b705223b2f5a2bf48ef98e2ea86eb9a203a4..af96bb9f7b0fb0b78991b5eaab6bf19e281a146a 100755 (executable)
@@ -5716,7 +5716,7 @@ The perltidy binary uses the Perl::Tidy module and is installed when that module
 
 =head1 VERSION
 
-This man page documents perltidy version 20230309.02
+This man page documents perltidy version 20230309.03
 
 =head1 BUG REPORTS
 
index 3a5ece734c9f6e734af8c0dc337ff61f46133dfb..2ccfed81e50715b67cd8ee914873118621ddb2dc 100644 (file)
@@ -641,8 +641,7 @@ while (
 sub bb {
     for ( my $i =
           $first,
-          my $j =
-          0 ;
+        my $j = 0 ;
         $i <=
           $last ;
       )
@@ -656,8 +655,7 @@ sub bb {
 sub bB {
     for ( my $i =
           $first,
-          my $j =
-          0 ;
+        my $j = 0 ;
         $i <=
           $last ;
       )
@@ -670,7 +668,7 @@ __END__
 ==> b068 <==
        # State 1
        for ($r[0]=0,
-                my $i
+              my $i
                 = 1
                 ;
               $i<=
@@ -681,7 +679,7 @@ __END__
          for (
               $r[0]
                 = 0,
-                my $i
+              my $i
                 = 1
                 ;
               $i<=
@@ -1822,7 +1820,8 @@ my @boolfunc =
 "c"
                         ]
                   ]
-                  => "SubField must have two parts"
+                    =>
+"SubField must have two parts"
             ],
         );
 
@@ -1835,7 +1834,8 @@ my @boolfunc =
 "c"
                         ]
                   ]
-                  => "SubField must have two parts"
+                    =>
+"SubField must have two parts"
             ],
         );
 
@@ -1944,7 +1944,7 @@ like (
                                 my @tail =
                                   (
                                         @buf[ ( $i % ( -$p )
-                                                    + 1 )
+                                                  + 1 )
                                           .. $#buf ],
                                         @buf[ 0 .. $i % ( -$p )
                                         ] );
@@ -1952,7 +1952,7 @@ like (
                                 # State 2
                                 my @tail = (
                                         @buf[ ( $i % ( -$p )
-                                                    + 1 )
+                                                  + 1 )
                                           .. $#buf ],
                                         @buf[ 0 .. $i % ( -$p )
                                         ] );
@@ -2626,10 +2626,10 @@ $term =
                        [
                             curr_opt (
                                    @beg[ 2,
-                                   5 ] ),
+                                     5 ] ),
                             1,
                             @beg[ 0, 1, 3,
-                            4 ] ];
+                              4 ] ];
                 }
 
 ==> b1090 <==
@@ -3100,7 +3100,8 @@ foreach $port (
 ==> b1105 <==
 foreach $port (
     sort
-    ( @ARGV[ 1 .. $#ARGV ] ) )
+         ( @ARGV[ 1 .. $#ARGV ]
+         ) )
 __END__
 foreach $port (
     sort
@@ -3909,16 +3910,16 @@ my @schedule = (
     my $line_number=
       $self->{line_no}
       ->[@{$self
-            ->{line_no}}
-      - @{$self->{line}}
-      -1];
+          ->{line_no}}-
+      @{$self->{line}}-
+      1];
 
     my $line_number=
       $self->{line_no}
       ->[@{$self
-            ->{line_no}}
-      - @{$self->{line}}
-      -1];
+          ->{line_no}}-
+      @{$self->{line}}-
+      1];
 
 ==> b1147 <==
     @summary=
@@ -3933,19 +3934,19 @@ my @schedule = (
 ==> b1148 <==
         $self->{line_no}
             ->[ @{ $self
-                    ->{line_no} } -
+                ->{line_no} } -
             @{ $self->{line} } -
             1 ];
 
         $self->{line_no}
             ->[ @{ $self
-                    ->{line_no} } -
+                ->{line_no} } -
             @{ $self->{line} } -
             1 ];
 
         $self->{line_no}
             ->[ @{ $self
-                    ->{line_no} } -
+                ->{line_no} } -
             @{ $self->{line} } -
             1 ];
 
@@ -5348,26 +5349,22 @@ is(
   # S1
   my $oldage
           = (
-   sort        { $a <=> $b }
-           map { -M }
-           @files )[-1];
+   sort { $a <=> $b }
+   map { -M } @files )[-1];
   my $depage
           = (
    sort { $a <=> $b }
-   map  { -M } @deps )
-          [0];
+   map { -M } @deps )[0];
 
   # S2
   my $oldage
           = (
-   sort        { $a <=> $b }
-           map { -M }
-           @files )[-1];
+   sort { $a <=> $b }
+   map { -M } @files )[-1];
   my $depage
           = (
    sort { $a <=> $b }
-   map  { -M } @deps )
-          [0];
+   map { -M } @deps )[0];
 
 ==> b1236 <==
 # Added level test when applying kpit
@@ -9734,9 +9731,9 @@ for (
 for
   my $index(
     GZIP_MIN_HEADER_SIZE..
-    GZIP_MIN_HEADER_SIZE
-    + length($Name)
-    -1)
+      GZIP_MIN_HEADER_SIZE
+      + length($Name)
+      -1)
 
 __END__
 for my $index(
@@ -9750,9 +9747,9 @@ for my $index(
 ==> b787 <==
 # State 1: the +GZIP is parsed as type p
 for my $index ( GZIP_MIN_HEADER_SIZE
-    +1 .. GZIP_MIN_HEADER_SIZE
-    -GZIP_FEXTRA_HEADER_SIZE
-    +1 )
+      +1 .. GZIP_MIN_HEADER_SIZE
+      -GZIP_FEXTRA_HEADER_SIZE
+      +1 )
 
 __END__
 
@@ -9829,8 +9826,7 @@ return $oDoW[
              (
                  localtime(
                      $time
-                              ->as_int
-                 )
+                     ->as_int )
              )[6]
     ];
 }
@@ -9841,8 +9837,7 @@ return $oDoW[
              (
                  localtime(
                      $time
-                              ->as_int
-                 )
+                     ->as_int )
              )[6]
     ];
 }
@@ -10205,7 +10200,7 @@ my %nodecount =
 ==> b924 <==
 foreach my $p(
         sort{lc($a)cmp lc($b)}
-        keys%v
+          keys%v
   )
 
 __END__
@@ -10387,7 +10382,7 @@ my @parts
 # S1
 foreach my $x (
         sort{lc($a)cmp lc($b)}
-        keys %INC
+          keys %INC
   )
 
 __END__
@@ -10902,7 +10897,7 @@ my (
 ==> b975 <==
 foreach my $x (
               sort { lc($a) cmp lc($b) }
-              keys %INC
+                keys %INC
   )
 
 __END__
index 3137c3d41da5219d960fabd70084423c45a2eb2d..23955dd60b1b6f4022d03997270de8dc7ee26b91 100644 (file)
@@ -1,8 +1,18 @@
 <h1>Perltidy Change Log</h1>
 
-<h2>2023 03 09.02</h2>
+<h2>2023 03 09.03</h2>
 
-<pre><code>- Issue git #116. A new flag --valign-if-unless, -viu, was added to
+<pre><code>- Issue git #121. Added parameters -xbt, or --extended-block-tightness,
+  and -xbtl=s, or --extended-block-tightness-list=s, to allow
+  certain small code blocks to have internal spacing controlled by
+  -bbt=n instead of -bt=n. The man pages have details.
+
+- Issue git #118. A warning will be issued if a duplicate format-skipping
+  starting marker is seen within a format-skipping section. The same
+  applies to duplicate code-skipping starting markers within code-skipping
+  sections.
+
+- Issue git #116. A new flag --valign-if-unless, -viu, was added to
   allow postfix 'unless' terms to align with postfix 'if' terms.  The
   default remains not to do this.
 
 - Fixed git #110, add missing documentation for new options
   -cpb and -bfvt=n. These work in version 20230309 but the pod
   documentation was missing and has been added.
+
+- Fixed an undefined reference message when running with
+  --dump-block-summary on a file without any subs or other
+  selected block types.
+
+- Some rare, minor issues with continuation indentation have been fixed.
+  Most scripts will remain unchanged.  The main change is that block
+  comments which occur just before a closing brace, bracket or paren
+  now have an indentation which is independent of the existance of
+  an optional comma or semicolon.  Previously, adding or deleting
+  an optional trailing comma could cause their indentation to jump.
+  Also, indentation of comments within ternary statements has been
+  improved. For additonal information see
+
+  https://github.com/perltidy/perltidy/blob/master/docs/ci_update.md
 </code></pre>
 
 <h2>2023 03 09</h2>
index cf07c72f3bbf6c27a95a5a0ec0c067a3a620ac4b..ae99b6c728785422dfd7a8f22a6d0a95b885d843 100644 (file)
 
 <h1 id="VERSION">VERSION</h1>
 
-<p>This man page documents Perl::Tidy version 20230309.02</p>
+<p>This man page documents Perl::Tidy version 20230309.03</p>
 
 <h1 id="LICENSE">LICENSE</h1>
 
index 56372995c1bffb9cc3aa76bdd94884fa115a38e8..15ec624623f5ba9003044e12f5a14902d3d6f383 100644 (file)
 
 <p>To simplify input in the case that all of the tightness flags have the same value &lt;n&gt;, the parameter &lt;-act=n&gt; or <b>--all-containers-tightness=n</b> is an abbreviation for the combination &lt;-pt=n -sbt=n -bt=n -bbt=n&gt;.</p>
 
+</dd>
+<dt id="xbt---extended-block-tightness"><b>-xbt</b>, <b>--extended-block-tightness</b></dt>
+<dd>
+
+<p>Curly braces which are considered by perltidy to contain code blocks for formatting purposes exclude some of the code blocks used by Perl mainly for isolating terms. These include curly braces following a keyword where an indirect object might occur, or curly braces following a type symbol. For example</p>
+
+<pre><code>  print {*STDERR} $message;
+  return @{$self};</code></pre>
+
+<p>Since perltidy does not format these small containers as code blocks, by default the spacing within for these braces follows the flag <b>--brace-tightness=n</b>.</p>
+
+<p>But they can be made to instead follow the spacing defined by the <b>--block-brace-tightness=n</b> flag by seting <b>--extended-block-tightness</b>.</p>
+
+<p>Note that if the two flags <b>-bbt=n</b> and <b>-bt=n</b> have the same value <b>n</b> then there would be no reason to set this flag.</p>
+
+</dd>
+<dt id="xbtl-s---extended-block-tightness-list-s"><b>-xbtl=s</b>, <b>--extended-block-tightness-list=s</b></dt>
+<dd>
+
+<p>The small blocks to which the parameter <b>-xbt</b> applies consist of those curly braces preceded by the keywords</p>
+
+<pre><code>    print printf sort exec system say</code></pre>
+
+<p>and special symbols</p>
+
+<pre><code>    $ @ % &amp; * $#</code></pre>
+
+<p>To restrict <b>-xbt</b> to apply to just the above keywords use</p>
+
+<pre><code>   -xbtl=k</code></pre>
+
+<p>and to restrict it to apply to just the above special type symbols use</p>
+
+<pre><code>   -xbtl=t</code></pre>
+
+<p>To restrict it to certain specific keywords or type symbols, enter them in the parameter <b>s</b>. For example, the following restricts it apply to just the keywords <b>print</b> and <b>say</b>:</p>
+
+<pre><code>   -xbtl=&quot;print say&quot;</code></pre>
+
+<p>Note that this parameter merely changes the way that the parameter <b>--extended-block-tightness</b> works. It has no effect unless <b>--extended-block-tightness</b> is set.</p>
+
 </dd>
 <dt id="tso---tight-secret-operators"><b>-tso</b>, <b>--tight-secret-operators</b></dt>
 <dd>
  boc    bok    bol    bom    bos    bot    cblx   ce     conv   cpb
  cs     csc    cscb   cscw   dac    dbc    dbs    dcbl   dcsc   ddf
  dln    dnl    dop    dp     dpro   drc    dsc    dsm    dsn    dtc
- dtt    dwic   dwls   dwrs   dws    eos    f      fll    fpva   frm
- fs     fso    gcs    hbc    hbcm   hbco   hbh    hbhh   hbi    hbj
- hbk    hbm    hbn    hbp    hbpd   hbpu   hbq    hbs    hbsc   hbv
- hbw    hent   hic    hicm   hico   hih    hihh   hii    hij    hik
- him    hin    hip    hipd   hipu   hiq    his    hisc   hiv    hiw
- hsc    html   ibc    icb    icp    iob    isbc   iscl   kgb    kgbd
- kgbi   kis    lal    log    lop    lp     lsl    mem    nib    ohbr
- okw    ola    olc    oll    olq    opr    opt    osbc   osbr   otr
- ple    pod    pvl    q      sac    sbc    sbl    scbb   schb   scp
- scsb   sct    se     sfp    sfs    skp    sob    sobb   sohb   sop
- sosb   sot    ssc    st     sts    t      tac    tbc    toc    tp
- tqw    trp    ts     tsc    tso    vbc    vc     vmll   vsc    w
- wfc    wn     x      xci    xlp    xs</code></pre>
+ dtt    dwic   dwls   dwrs   dws    eos    f      fpva   frm    fs
+ fso    gcs    hbc    hbcm   hbco   hbh    hbhh   hbi    hbj    hbk
+ hbm    hbn    hbp    hbpd   hbpu   hbq    hbs    hbsc   hbv    hbw
+ hent   hic    hicm   hico   hih    hihh   hii    hij    hik    him
+ hin    hip    hipd   hipu   hiq    his    hisc   hiv    hiw    hsc
+ html   ibc    icb    icp    iob    isbc   iscl   kgb    kgbd   kgbi
+ kis    lal    log    lop    lp     lsl    mem    nib    ohbr   okw
+ ola    olc    oll    olq    opr    opt    osbc   osbr   otr    ple
+ pod    pvl    q      sac    sbc    sbl    scbb   schb   scp    scsb
+ sct    se     sfp    sfs    skp    sob    sobb   sohb   sop    sosb
+ sot    ssc    st     sts    t      tac    tbc    toc    tp     tqw
+ trp    ts     tsc    tso    vbc    vc     viu    vmll   vsc    w
+ wfc    wn     x      xbt    xci    xlp    xs</code></pre>
 
 <p>Equivalently, the prefix &#39;no&#39; or &#39;no-&#39; on the corresponding long names may be used.</p>
 
 
 <h1 id="VERSION">VERSION</h1>
 
-<p>This man page documents perltidy version 20230309.02</p>
+<p>This man page documents perltidy version 20230309.03</p>
 
 <h1 id="BUG-REPORTS">BUG REPORTS</h1>
 
index 375eae54ed29edd98e8583c049081c587df2d007..4c1e132d8fd6d86b17d152c9868e0d7c03f79214 100644 (file)
@@ -114,7 +114,7 @@ BEGIN {
     # then the Release version must be bumped, and it is probably past time for
     # a release anyway.
 
-    $VERSION = '20230309.02';
+    $VERSION = '20230309.03';
 } ## end BEGIN
 
 sub DESTROY {
index 7d64d8139940e272c7e2c2ce5da8ff05adfa83ff..5748e5a95377808b13131be39cb316fca509ca63 100644 (file)
@@ -469,7 +469,7 @@ The module 'Perl::Tidy' comes with a binary 'perltidy' which is installed when t
 
 =head1 VERSION
 
-This man page documents Perl::Tidy version 20230309.02
+This man page documents Perl::Tidy version 20230309.03
 
 =head1 LICENSE
 
index 3c1f6bf9ce2efcd47d428019fbf98031554651ed..f17b5277227e6faf08a35b81718b85ada93a79c4 100644 (file)
@@ -8,7 +8,7 @@ package Perl::Tidy::Debugger;
 use strict;
 use warnings;
 use English qw( -no_match_vars );
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 use constant EMPTY_STRING => q{};
 use constant SPACE        => q{ };
index fe254280de4329e4440ab44ad3cf16dca6b561b4..0b3b2437e8027646e84c8dbef25b907938d187e2 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::DevNull;
 use strict;
 use warnings;
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 sub new   { my $self = shift; return bless {}, $self }
 sub print { return }
 sub close { return }
index cfa870ed677b0de99de28341dac61c7d3e576c4e..200c36222b8a7123cab31db158121b8afa07f40f 100644 (file)
@@ -18,7 +18,7 @@ package Perl::Tidy::Diagnostics;
 use strict;
 use warnings;
 use English qw( -no_match_vars );
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 use constant EMPTY_STRING => q{};
 
index b9c22744df94f737cb738515bdbebfdc71195922..6ff08d6a853c063b069bca470b4bbda33d7ac6e6 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::FileWriter;
 use strict;
 use warnings;
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 use constant DEVEL_MODE   => 0;
 use constant EMPTY_STRING => q{};
index 9d813ad4ff6a655fcd1e50b1807c5c4dcc663abe..e91362386c3593a0f5906dccdb9c5505c5f5239d 100644 (file)
@@ -53,7 +53,7 @@ use constant SPACE        => q{ };
 use Carp;
 use English    qw( -no_match_vars );
 use List::Util qw( min max );          # min, max are in Perl 5.8
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 # The Tokenizer will be loaded with the Formatter
 ##use Perl::Tidy::Tokenizer;    # for is_keyword()
index 7ad247223baf65942229dcf099e10cc02d487295..c190cd5ce6fbe52bff2f66cdad52d0d253208835 100644 (file)
@@ -7,7 +7,7 @@
 package Perl::Tidy::HtmlWriter;
 use strict;
 use warnings;
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 use English qw( -no_match_vars );
 use File::Basename;
index c83d71b1944923fc318148ff13982ba698e3c1c8..78fb985422cf5b14a765ccfa746d8efbafc1be46 100644 (file)
@@ -10,7 +10,7 @@ package Perl::Tidy::IOScalar;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 use constant EMPTY_STRING => q{};
 
index eb5a39b3f4a942ebeadebaf982b1bfd26599e434..7af66fe95d798fd1f334c62676453c2de47d64bd 100644 (file)
@@ -14,7 +14,7 @@ package Perl::Tidy::IOScalarArray;
 use strict;
 use warnings;
 use Carp;
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 sub AUTOLOAD {
 
index 77b7190ed48563da353435f6109300c0fcdb1bd3..f8fe319704f02e48b3ae36e7cfc2176f36d71c13 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::IndentationItem;
 use strict;
 use warnings;
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 BEGIN {
 
index 9279ff452c2d8a516cfbd912b423fa6f6105497a..af9412439d4db64fa963a9ffa5938050817cfb29 100644 (file)
@@ -12,7 +12,7 @@
 package Perl::Tidy::LineBuffer;
 use strict;
 use warnings;
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 sub AUTOLOAD {
 
index 18f5c64ab659e4481d9424fb048f3a5594da6e5e..fbfaa0ec39ae331c8a509844a2aaf5127ab1ebab 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::LineSink;
 use strict;
 use warnings;
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 sub AUTOLOAD {
 
index 2fff097c226fb7f08048252d6e25be741a82b3fc..813cfbd660b0be5e49a4ab416c0380a9d184c150 100644 (file)
@@ -9,7 +9,7 @@ package Perl::Tidy::LineSource;
 use strict;
 use warnings;
 use English qw( -no_match_vars );
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 use constant DEVEL_MODE => 0;
 
index 857128daa28570ba8148c05617b183bc396afb9c..299fbb300d1be4cf65f9089e9e843a7ff198795d 100644 (file)
@@ -8,7 +8,7 @@
 package Perl::Tidy::Logger;
 use strict;
 use warnings;
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 use English qw( -no_match_vars );
 
 use constant DEVEL_MODE   => 0;
index 4ea6138d61cf5a0e7050d594ae0bce2183e2d6e6..a462863d9ebfe3be45c0718cf7ad8d53fcb91893 100644 (file)
@@ -23,7 +23,7 @@ use strict;
 use warnings;
 use English qw( -no_match_vars );
 
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 use Perl::Tidy::LineBuffer;
 use Carp;
index e0e0b77524d61be92996b9341f53d782c7782925..6dd263c760582e9e247e1393d4313ea625ecd1f5 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use Carp;
 use English qw( -no_match_vars );
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 use Perl::Tidy::VerticalAligner::Alignment;
 use Perl::Tidy::VerticalAligner::Line;
 
index 70d6d334af74358bfbef33e1458b1778ac43099f..b00a3cec88c2abc2028432e96b6eea066b68690b 100644 (file)
@@ -10,7 +10,7 @@ use warnings;
 
 { #<<< A non-indenting brace
 
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 sub new {
     my ( $class, $rarg ) = @_;
index c35dead7a9bf9a0d838895d8fc5297c71576330f..f7d48fca3f332c5618fc381a06bd2cd9ddc05691 100644 (file)
@@ -10,7 +10,7 @@ package Perl::Tidy::VerticalAligner::Line;
 use strict;
 use warnings;
 use English qw( -no_match_vars );
-our $VERSION = '20230309.02';
+our $VERSION = '20230309.03';
 
 sub AUTOLOAD {