diff --git a/.gitignore b/.gitignore index 477133b..928818b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ CGI-Compile-0.11.tar.gz /CGI-Compile-0.18.tar.gz /CGI-Compile-0.19.tar.gz /CGI-Compile-0.20.tar.gz +/CGI-Compile-0.21.tar.gz diff --git a/perl-CGI-Compile.spec b/perl-CGI-Compile.spec index 0ee9c09..325ba97 100644 --- a/perl-CGI-Compile.spec +++ b/perl-CGI-Compile.spec @@ -1,6 +1,6 @@ Name: perl-CGI-Compile Summary: Compile .cgi scripts to a code reference like ModPerl::Registry -Version: 0.20 +Version: 0.21 Release: 1%{?dist} License: GPL+ or Artistic @@ -13,6 +13,8 @@ BuildRequires: perl(CGI) BuildRequires: perl(CGI::Emulate::PSGI) BuildRequires: perl(File::pushd) BuildRequires: perl(Module::Build::Tiny) +BuildRequires: perl(Plack::Test) +BuildRequires: perl(Switch) BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Requires) @@ -48,6 +50,9 @@ sed -i -e '1s,#!.*perl,#!%{__perl},' t/*.t %{_mandir}/man3/*.3* %changelog +* Sat Jan 02 2016 Emmanuel Seyman - 0.21-1 +- Update to 0.21 + * Sat Oct 31 2015 Emmanuel Seyman - 0.20-1 - Update to 0.20 diff --git a/sources b/sources index 70a8f61..2e37bec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb7c6496ae2137fd01c579842b189dad CGI-Compile-0.20.tar.gz +0554081bc2ae3c4f68b6670015eeb6b2 CGI-Compile-0.21.tar.gz