=head1 VERSION
-This man page documents perltidy version 20181117
+This man page documents perltidy version 20181117.01
=head1 BUG REPORTS
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]") ) {
# Release version must be bumped, and it is probably past time for a
# release anyway.
- $VERSION = '20181117';
+ $VERSION = '20181117.01';
}
sub streamhandle {
=head1 VERSION
-This man page documents Perl::Tidy version 20181117
+This man page documents Perl::Tidy version 20181117.01
=head1 LICENSE
=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