|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Code-TidyAll
|
|
|
|
|
Version: 0.40
|
|
|
|
|
Version: 0.42
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Engine for tidyall, your all-in-one code tidier and validator
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -34,11 +34,11 @@ BuildRequires: perl(File::Zglob)
|
|
|
|
|
BuildRequires: perl(Guard)
|
|
|
|
|
BuildRequires: perl(IPC::Run3)
|
|
|
|
|
BuildRequires: perl(IPC::System::Simple)
|
|
|
|
|
BuildRequires: perl(List::MoreUtils)
|
|
|
|
|
BuildRequires: perl(List::SomeUtils)
|
|
|
|
|
BuildRequires: perl(Moo)
|
|
|
|
|
BuildRequires: perl(Moo::Role)
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Text::Diff)
|
|
|
|
|
BuildRequires: perl(Text::Diff) >= 1.44
|
|
|
|
|
BuildRequires: perl(Test::Class::Most)
|
|
|
|
|
BuildRequires: perl(Time::Duration::Parse)
|
|
|
|
|
BuildRequires: perl(Try::Tiny)
|
|
|
|
@ -89,6 +89,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.42-1
|
|
|
|
|
- 0.42 bump
|
|
|
|
|
|
|
|
|
|
* Mon Feb 22 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.40-1
|
|
|
|
|
- 0.40 bump
|
|
|
|
|
|
|
|
|
|