|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perltidy
|
|
|
|
Name: perltidy
|
|
|
|
Version: 20071205
|
|
|
|
Version: 20090616
|
|
|
|
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
|
|
|
@ -16,14 +16,13 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Perltidy is a Perl script which indents and reformats Perl scripts to
|
|
|
|
Perltidy is a Perl script which indents and reformats Perl scripts to
|
|
|
|
make them easier to read. If you write Perl scripts, or spend much
|
|
|
|
make them easier to read. If you write Perl scripts, or spend much
|
|
|
|
time reading them, you will probably find it useful.
|
|
|
|
time reading them, you will probably find it useful. The formatting
|
|
|
|
The formatting can be controlled with command line parameters. The
|
|
|
|
can be controlled with command line parameters. The default parameter
|
|
|
|
default parameter settings approximately follow the suggestions in the
|
|
|
|
settings approximately follow the suggestions in the Perl Style Guide.
|
|
|
|
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.
|
|
|
|
reformatting scripts, Perltidy can be a great help in tracking down
|
|
|
|
Besides reformatting scripts, Perltidy can be a great help in tracking
|
|
|
|
errors with missing or extra braces, parentheses, and square brackets
|
|
|
|
down errors with missing or extra braces, parentheses, and square
|
|
|
|
because it is very good at localizing errors.
|
|
|
|
brackets because it is very good at localizing errors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
@ -63,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jun 18 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090616-1
|
|
|
|
|
|
|
|
- Update to 20090616.
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071205-4
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071205-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|