From b70c3f7eaa3fd2862f815667c8066385d063def7 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sat, 17 Nov 2018 20:39:13 -0800 Subject: [PATCH] removed filter-example.t due to Windows install trouble; version=20181118 --- CHANGES.md | 6 ++++++ MANIFEST | 1 + bin/perltidy | 2 +- docs/ChangeLog.html | 7 +++++++ docs/Tidy.html | 2 +- docs/perltidy.html | 2 +- lib/Perl/Tidy.pm | 2 +- lib/Perl/Tidy.pod | 2 +- local-docs/ChangeLog.pod | 8 +++++++- local-docs/perltidy.md | 2 +- 10 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e13c27e9..915a3569 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/MANIFEST b/MANIFEST index 18acd6ef..fa84992b 100644 --- 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 diff --git a/bin/perltidy b/bin/perltidy index a8b8187f..2d59245f 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -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 diff --git a/docs/ChangeLog.html b/docs/ChangeLog.html index cbeb3ea5..e700357c 100644 --- a/docs/ChangeLog.html +++ b/docs/ChangeLog.html @@ -14,6 +14,7 @@