bumped version to 20181117.01
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 17 Nov 2018 20:33:54 +0000 (12:33 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 17 Nov 2018 20:33:54 +0000 (12:33 -0800)
bin/perltidy
dev-bin/build.pl
lib/Perl/Tidy.pm
lib/Perl/Tidy.pod
local-docs/ChangeLog.pod

index b562145dbf22c2d0163fcfaaf2d6764f1d395ddb..a8b8187f9ce1da2c95de07c418e23b57f96dc745 100755 (executable)
@@ -3461,7 +3461,7 @@ perlstyle(1), Perl::Tidy(3)
 
 =head1 VERSION
 
-This man page documents perltidy version 20181117
+This man page documents perltidy version 20181117.01
 
 =head1 BUG REPORTS
 
index 88fc2b7a38f7bded4c97de1654bc6d416c535b14..507910dc6665e838abd0399d4b39d7620a906f14 100755 (executable)
@@ -340,7 +340,7 @@ q   nothing; return to Main Menu
 EOM
 
     my $ans = queryu(":");
-    if ( $ans eq 'IV' ) {
+    if ( $ans eq 'BV' ) {
         my $new_VERSION = get_new_development_version($reported_VERSION);
         next if ( $new_VERSION == $reported_VERSION );
         if ( ifyes("New version will be: '$new_VERSION'. OK? [Y/N]") ) {
index 6993cf4eeac7396888a274fac06b45e0943d27f9..ae7ed2460aee4f5379f349c16f6941cadb6fc410 100644 (file)
@@ -109,7 +109,7 @@ BEGIN {
     # Release version must be bumped, and it is probably past time for a
     # release anyway.
 
-    $VERSION = '20181117';
+    $VERSION = '20181117.01';
 }
 
 sub streamhandle {
index 4929185ee070b0f4514d691dd6c9e20b62d73da0..f763e229727bd55c6ed8f2a53fe2c1e4d8257d19 100644 (file)
@@ -410,7 +410,7 @@ C<write_debug_entry> in Tidy.pm.
 
 =head1 VERSION
 
-This man page documents Perl::Tidy version 20181117
+This man page documents Perl::Tidy version 20181117.01
 
 =head1 LICENSE
 
index 8733a2163b2f29770a38623871297e5846bb92b0..9fc86272770265665b42a205343d496a01d7c3ff 100644 (file)
@@ -1,6 +1,6 @@
 =head1 Perltidy Change Log
 
-=head2 2018 11 17
+=head2 2018 11 17.01
 
 
   - Fixed RT #126965, in which a ternary operator was misparsed if immediately