# Perltidy Change Log
+## 2018 11 18
+
+ - Removed test case 'filter_example.t' which was causing a failure on a
+ Windows installation for unknown reasons, possibly due to an unexpected
+ perltidyrc being read by the test script.
+
## 2018 11 17
- Fixed RT #126965, in which a ternary operator was misparsed if immediately
pm2pl
README.md
t/filter_example.t
+t/filter_example.t.SKIP
t/snippets1.t
t/snippets10.t
t/snippets11.t
=head1 VERSION
-This man page documents perltidy version 20181117.01
+This man page documents perltidy version 20181118
=head1 BUG REPORTS
<ul id="index">
<li><a href="#Perltidy-Change-Log">Perltidy Change Log</a>
<ul>
+ <li><a href="#pod2018-11-18">2018 11 18</a></li>
<li><a href="#pod2018-11-17">2018 11 17</a></li>
<li><a href="#pod2018-02-20">2018 02 20</a></li>
<li><a href="#pod2018-02-19">2018 02 19</a></li>
<h1 id="Perltidy-Change-Log">Perltidy Change Log</h1>
+<h2 id="pod2018-11-18">2018 11 18</h2>
+
+<pre><code> - Removed test case 'filter_example.t' which was causing a failure on a
+ Windows installation for unknown reasons, possibly due to an unexpected
+ perltidyrc being read by the test script. </code></pre>
+
<h2 id="pod2018-11-17">2018 11 17</h2>
<pre><code> - Fixed RT #126965, in which a ternary operator was misparsed if immediately
<h1 id="VERSION">VERSION</h1>
-<p>This man page documents Perl::Tidy version 20181117</p>
+<p>This man page documents Perl::Tidy version 20181118</p>
<h1 id="LICENSE">LICENSE</h1>
<h1 id="VERSION">VERSION</h1>
-<p>This man page documents perltidy version 20181117</p>
+<p>This man page documents perltidy version 20181118</p>
<h1 id="BUG-REPORTS">BUG REPORTS</h1>
# Release version must be bumped, and it is probably past time for a
# release anyway.
- $VERSION = '20181117.01';
+ $VERSION = '20181118';
}
sub streamhandle {
=head1 VERSION
-This man page documents Perl::Tidy version 20181117.01
+This man page documents Perl::Tidy version 20181118
=head1 LICENSE
=head1 Perltidy Change Log
-=head2 2018 11 17.01
+=head2 2018 11 18
+
+ - Removed test case 'filter_example.t' which was causing a failure on a
+ Windows installation for unknown reasons, possibly due to an unexpected
+ perltidyrc being read by the test script.
+
+=head2 2018 11 17
- Fixed RT #126965, in which a ternary operator was misparsed if immediately
# VERSION
-This man page documents perltidy version 20181117
+This man page documents perltidy version 20181118
# BUG REPORTS