From 0b1990ab079e2e69fd61e796281edff52ac6fc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Mon, 18 Feb 2013 13:39:53 +0100 Subject: [PATCH] 0.18 bump --- .gitignore | 1 + perl-Test-Strict.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 51e06ad..dfe55cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Test-Strict-0.13.tar.gz /Test-Strict-0.14.tar.gz /Test-Strict-0.17.tar.gz +/Test-Strict-0.18.tar.gz diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec index fadda67..faa1251 100644 --- a/perl-Test-Strict.spec +++ b/perl-Test-Strict.spec @@ -1,6 +1,6 @@ Name: perl-Test-Strict -Version: 0.17 -Release: 2%{?dist} +Version: 0.18 +Release: 1%{?dist} # see lib/Test/Strict.pm License: GPL+ or Artistic Group: Development/Libraries @@ -14,6 +14,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Find) BuildRequires: perl(File::Temp) BuildRequires: perl(FindBin) +BuildRequires: perl(Moose) +BuildRequires: perl(Moose::Autobox) BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) @@ -44,6 +46,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Feb 18 2013 Petr Ĺ abata - 0.18-1 +- 0.18 bump, Moose::Autobox doesn't enable strictures + * Thu Feb 14 2013 Fedora Release Engineering - 0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 523a91d..063ae6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5dfef28499d8c7cdede5cfeb19709e2d Test-Strict-0.17.tar.gz +d8902eb99426b6c5d1c1635c9f820518 Test-Strict-0.18.tar.gz