|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Code-TidyAll
|
|
|
|
|
Version: 0.53
|
|
|
|
|
Version: 0.54
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Engine for tidyall, your all-in-one code tidier and validator
|
|
|
|
|
# lib/Test/Code/TidyAll.pm: GPL+ or Artistic
|
|
|
|
@ -58,6 +58,12 @@ BuildRequires: perl(Path::Tiny) >= 0.098
|
|
|
|
|
# Not used for tests - perl(Pod::Spell)
|
|
|
|
|
# Not used for tests - perl(Pod::Tidy)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Specio) >= 0.30
|
|
|
|
|
BuildRequires: perl(Specio::Declare)
|
|
|
|
|
BuildRequires: perl(Specio::Library::Builtins)
|
|
|
|
|
BuildRequires: perl(Specio::Library::Numeric)
|
|
|
|
|
BuildRequires: perl(Specio::Library::Path::Tiny) >= 0.04
|
|
|
|
|
BuildRequires: perl(Specio::Library::String)
|
|
|
|
|
# Not used for tests - perl(SVN::Look)
|
|
|
|
|
BuildRequires: perl(Text::Diff) >= 1.44
|
|
|
|
|
# Not used for tests - perl(Test::Builder)
|
|
|
|
@ -115,6 +121,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.54-1
|
|
|
|
|
- 0.54 bump
|
|
|
|
|
|
|
|
|
|
* Tue Oct 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.53-1
|
|
|
|
|
- 0.53 bump
|
|
|
|
|
|
|
|
|
|