From f4dc99175fca9a0374afea6073960d8674861df7 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sat, 17 Nov 2018 21:50:18 -0800 Subject: [PATCH] updated version numbers --- CHANGES.md | 5 +++-- 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 +- lib/Perl/Tidy/Debugger.pm | 2 +- lib/Perl/Tidy/DevNull.pm | 2 +- lib/Perl/Tidy/Diagnostics.pm | 2 +- lib/Perl/Tidy/FileWriter.pm | 2 +- lib/Perl/Tidy/Formatter.pm | 2 +- lib/Perl/Tidy/HtmlWriter.pm | 2 +- lib/Perl/Tidy/IOScalar.pm | 2 +- lib/Perl/Tidy/IOScalarArray.pm | 2 +- lib/Perl/Tidy/IndentationItem.pm | 2 +- lib/Perl/Tidy/LineBuffer.pm | 2 +- lib/Perl/Tidy/LineSink.pm | 2 +- lib/Perl/Tidy/LineSource.pm | 2 +- lib/Perl/Tidy/Logger.pm | 2 +- lib/Perl/Tidy/Tokenizer.pm | 2 +- lib/Perl/Tidy/VerticalAligner.pm | 2 +- lib/Perl/Tidy/VerticalAligner/Alignment.pm | 2 +- lib/Perl/Tidy/VerticalAligner/Line.pm | 2 +- local-docs/ChangeLog.pod | 5 +++-- local-docs/perltidy.md | 2 +- 26 files changed, 33 insertions(+), 30 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 915a3569..29d4bb5c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,11 @@ # Perltidy Change Log -## 2018 11 18 +## 2018 11 19 - 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. + perltidyrc being read by the test script. Added VERSION numbers to all + new modules. ## 2018 11 17 diff --git a/bin/perltidy b/bin/perltidy index 2d59245f..2dc4ca24 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -3461,7 +3461,7 @@ perlstyle(1), Perl::Tidy(3) =head1 VERSION -This man page documents perltidy version 20181118 +This man page documents perltidy version 20181119 =head1 BUG REPORTS diff --git a/docs/ChangeLog.html b/docs/ChangeLog.html index e700357c..6497b143 100644 --- a/docs/ChangeLog.html +++ b/docs/ChangeLog.html @@ -14,7 +14,7 @@