From 20b0abcc038fb79ccbb5b3644770831eb12330e3 Mon Sep 17 00:00:00 2001 From: David Dick Date: Nov 21 2014 22:03:36 +0000 Subject: Work around regex bug in perls < 5.18 that causes spurious test failures. --- diff --git a/.gitignore b/.gitignore index c7e3830..a17e890 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Data-Munge-0.08.tar.gz +/Data-Munge-0.091.tar.gz diff --git a/perl-Data-Munge.spec b/perl-Data-Munge.spec index fe34c7a..d15bf80 100644 --- a/perl-Data-Munge.spec +++ b/perl-Data-Munge.spec @@ -1,5 +1,5 @@ Name: perl-Data-Munge -Version: 0.08 +Version: 0.091 Release: 1%{?dist} Summary: Utility functions for working with perl data structures and code references License: GPL+ or Artistic @@ -47,5 +47,8 @@ make test %{_mandir}/man3/* %changelog +* Sat Nov 22 2014 David Dick - 0.091-1 +- Work around regex bug in perls < 5.18 that causes spurious test failures. + * Fri Oct 03 2014 David Dick - 0.08-1 - Initial release diff --git a/sources b/sources index 24c838c..df2bd27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b651db764a10c020fecb9529256fd1d Data-Munge-0.08.tar.gz +e6fd2cf1f18c848d97d9174513e5fc5d Data-Munge-0.091.tar.gz