Update to 20160302

- New upstream release 20160302
  - Corrected a minor problem in which an unwanted newline was placed before
    the closing brace of an anonymous sub with a signature, if it was in a
    list (CPAN RT#112534)
  - Corrected a minor problem in which occasional extra indentation was given
    to the closing brace of an anonymous sub in a list when the -lp parameter
    was set
This commit is contained in:
Paul Howarth 2016-03-01 19:25:18 +00:00
parent 508b8ffdbb
commit b5381527ad
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perltidy
Version: 20160301
Version: 20160302
Release: 1%{?dist}
Summary: Tool for indenting and re-formatting Perl scripts
License: GPLv2+
@ -85,6 +85,15 @@ make test
%{_mandir}/man3/Perl::Tidy.3*
%changelog
* Tue Mar 1 2016 Paul Howarth <paul@city-fan.org> - 20160302-1
- Update to 20160302
- Corrected a minor problem in which an unwanted newline was placed before
the closing brace of an anonymous sub with a signature, if it was in a
list (CPAN RT#112534)
- Corrected a minor problem in which occasional extra indentation was given
to the closing brace of an anonymous sub in a list when the -lp parameter
was set
* Mon Feb 29 2016 Paul Howarth <paul@city-fan.org> - 20160301-1
- Update to 20160301 (see CHANGES for details)

View File

@ -1 +1 @@
97b4e7a5615e93039af4dacd726f1a52 Perl-Tidy-20160301.tar.gz
997c888b2e413982a598233dc29778a7 Perl-Tidy-20160302.tar.gz