From 793b187c1551186d9665abf4e8cc5bdb6d1a3046 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Sun, 15 May 2016 01:27:44 +0200 Subject: [PATCH] Perl 5.24 rebuild --- perl-Path-Class.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Path-Class.spec b/perl-Path-Class.spec index 3202ea0..d7f7603 100644 --- a/perl-Path-Class.spec +++ b/perl-Path-Class.spec @@ -1,6 +1,6 @@ Name: perl-Path-Class Version: 0.36 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform path specification manipulation License: GPL+ or Artistic Group: Development/Libraries @@ -79,6 +79,9 @@ AUTHOR_TESTING=1 ./Build test %{_mandir}/man3/Path::Class::File.3* %changelog +* Sat May 14 2016 Jitka Plesnikova - 0.36-2 +- Perl 5.24 rebuild + * Wed Feb 17 2016 Paul Howarth - 0.36-1 - Update to 0.36: - Use croak instead of die; use eval syntax instead of universal::isa (as