]> git.donarmstrong.com Git - perltidy.git/commitdiff
removed filter-example.t due to Windows install trouble; version=20181118
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 18 Nov 2018 04:39:13 +0000 (20:39 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 18 Nov 2018 04:39:13 +0000 (20:39 -0800)
CHANGES.md
MANIFEST
bin/perltidy
docs/ChangeLog.html
docs/Tidy.html
docs/perltidy.html
lib/Perl/Tidy.pm
lib/Perl/Tidy.pod
local-docs/ChangeLog.pod
local-docs/perltidy.md

index e13c27e900174a3ea3546721e86cb79785389339..915a3569899bab6b78fc5168b0ec54827f545cd9 100644 (file)
@@ -1,5 +1,11 @@
 # 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
index 18acd6efe92846bec250df82725f548adf4506da..fa84992b1e58f0ae77db72f409bb775d90283ef4 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -53,6 +53,7 @@ MANIFEST                      This list of files
 pm2pl
 README.md
 t/filter_example.t
+t/filter_example.t.SKIP
 t/snippets1.t
 t/snippets10.t
 t/snippets11.t
index a8b8187f9ce1da2c95de07c418e23b57f96dc745..2d59245f9d4d6477e7e893c0021501dba0c51a8d 100755 (executable)
@@ -3461,7 +3461,7 @@ perlstyle(1), Perl::Tidy(3)
 
 =head1 VERSION
 
-This man page documents perltidy version 20181117.01
+This man page documents perltidy version 20181118
 
 =head1 BUG REPORTS
 
index cbeb3ea5ed72b559f9a77327b1400425badfd729..e700357c7b0f3e65b291cb6efb4c829231da3092 100644 (file)
@@ -14,6 +14,7 @@
 <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 &#39;filter_example.t&#39; 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
index 478b6ed65ebfcbd83611759b3ea5d1bef30688e4..15823fff596136373ae1e5958b39ef34222e01fe 100644 (file)
 
 <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>
 
index ca979b37ab335ded874d136a9cbe81f7ebdb95ff..e648ae20edcb198641dcb3e5e7833dbada69bf90 100644 (file)
 
 <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>
 
index ae7ed2460aee4f5379f349c16f6941cadb6fc410..58c0d126c86e74ce917c49041eceb540ff009ff4 100644 (file)
@@ -109,7 +109,7 @@ BEGIN {
     # Release version must be bumped, and it is probably past time for a
     # release anyway.
 
-    $VERSION = '20181117.01';
+    $VERSION = '20181118';
 }
 
 sub streamhandle {
index f763e229727bd55c6ed8f2a53fe2c1e4d8257d19..ed116e7100094318960dc671df07ff95f057b775 100644 (file)
@@ -410,7 +410,7 @@ C<write_debug_entry> in Tidy.pm.
 
 =head1 VERSION
 
-This man page documents Perl::Tidy version 20181117.01
+This man page documents Perl::Tidy version 20181118
 
 =head1 LICENSE
 
index 9fc86272770265665b42a205343d496a01d7c3ff..27c3385adf86f3e85eaefcee897ba31b488f1bdd 100644 (file)
@@ -1,6 +1,12 @@
 =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
index edb1eb4ca3124fedad282f28e66431df67cb32ea..66766457335ae25f28a0f1ecb1c12fbc5ada2f53 100644 (file)
@@ -3274,7 +3274,7 @@ perlstyle(1), Perl::Tidy(3)
 
 # VERSION
 
-This man page documents perltidy version 20181117
+This man page documents perltidy version 20181118
 
 # BUG REPORTS