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:
parent
508b8ffdbb
commit
b5381527ad
@ -1,5 +1,5 @@
|
|||||||
Name: perltidy
|
Name: perltidy
|
||||||
Version: 20160301
|
Version: 20160302
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for indenting and re-formatting Perl scripts
|
Summary: Tool for indenting and re-formatting Perl scripts
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -85,6 +85,15 @@ make test
|
|||||||
%{_mandir}/man3/Perl::Tidy.3*
|
%{_mandir}/man3/Perl::Tidy.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 29 2016 Paul Howarth <paul@city-fan.org> - 20160301-1
|
||||||
- Update to 20160301 (see CHANGES for details)
|
- Update to 20160301 (see CHANGES for details)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user