X-Git-Url: https://git.donarmstrong.com/?p=perltidy.git;a=blobdiff_plain;f=lib%2FPerl%2FTidy%2FIndentationItem.pm;h=7a6c10062f27cb654bba7114faf6f7993266e354;hp=b0edd0afd26ec85c21cc44ad52ec68ae887dac26;hb=7f27e55dce5925b2bbe8fcfca64f385e917a52be;hpb=657098da8da16dccd551721ffc180956d8aab7fc diff --git a/lib/Perl/Tidy/IndentationItem.pm b/lib/Perl/Tidy/IndentationItem.pm index b0edd0a..7a6c100 100644 --- a/lib/Perl/Tidy/IndentationItem.pm +++ b/lib/Perl/Tidy/IndentationItem.pm @@ -8,7 +8,7 @@ package Perl::Tidy::IndentationItem; use strict; use warnings; -our $VERSION = '20190601'; +our $VERSION = '20200110'; sub new { @@ -90,7 +90,7 @@ sub permanently_decrease_available_spaces { sub tentatively_decrease_available_spaces { # We are asked to tentatively delete $spaces_needed of indentation - # for a indentation item. We may want to undo this later. NOTE: if + # for an indentation item. We may want to undo this later. NOTE: if # there are child nodes, their total SPACES must be reduced by the # caller. my ( $item, $spaces_needed ) = @_;