|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perltidy
|
|
|
|
Name: perltidy
|
|
|
|
Version: 20090616
|
|
|
|
Version: 20101217
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Tool for indenting and reformatting Perl scripts
|
|
|
|
Summary: Tool for indenting and reformatting Perl scripts
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Tools
|
|
|
|
Group: Development/Tools
|
|
|
@ -19,7 +19,7 @@ make them easier to read. If you write Perl scripts, or spend much
|
|
|
|
time reading them, you will probably find it useful. The formatting
|
|
|
|
time reading them, you will probably find it useful. The formatting
|
|
|
|
can be controlled with command line parameters. The default parameter
|
|
|
|
can be controlled with command line parameters. The default parameter
|
|
|
|
settings approximately follow the suggestions in the Perl Style Guide.
|
|
|
|
settings approximately follow the suggestions in the Perl Style Guide.
|
|
|
|
Perltidy can also output html of both pod and source code. Besides
|
|
|
|
Perltidy can also output HTML of both POD and source code. Besides
|
|
|
|
reformatting scripts, Perltidy can be a great help in tracking down
|
|
|
|
reformatting scripts, Perltidy can be a great help in tracking down
|
|
|
|
errors with missing or extra braces, parentheses, and square brackets
|
|
|
|
errors with missing or extra braces, parentheses, and square brackets
|
|
|
|
because it is very good at localizing errors.
|
|
|
|
because it is very good at localizing errors.
|
|
|
@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Dec 26 2010 Ville Skyttä <ville.skytta@iki.fi> - 20101217-1
|
|
|
|
|
|
|
|
- Update to 20101217.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 20090616-4
|
|
|
|
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 20090616-4
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
|
|
|
|
|
|
|