|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Code-TidyAll
|
|
|
|
|
Version: 0.54
|
|
|
|
|
Version: 0.55
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Engine for tidyall, your all-in-one code tidier and validator
|
|
|
|
|
# lib/Test/Code/TidyAll.pm: GPL+ or Artistic
|
|
|
|
@ -48,7 +48,7 @@ BuildRequires: perl(List::SomeUtils)
|
|
|
|
|
# Not used for tests - perl(Log::Any)
|
|
|
|
|
# Not used for tests - perl(Mason::Tidy)
|
|
|
|
|
# Not used for tests - perl(Mason::Tidy::App)
|
|
|
|
|
BuildRequires: perl(Moo)
|
|
|
|
|
BuildRequires: perl(Moo) >= 2.000000
|
|
|
|
|
BuildRequires: perl(Moo::Role)
|
|
|
|
|
# Not used for tests - perl(Parallel::ForkManager)
|
|
|
|
|
BuildRequires: perl(Path::Tiny) >= 0.098
|
|
|
|
@ -121,6 +121,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 02 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.55-1
|
|
|
|
|
- 0.55 bump
|
|
|
|
|
|
|
|
|
|
* Mon Oct 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.54-1
|
|
|
|
|
- 0.54 bump
|
|
|
|
|
|
|
|
|
|