[perl-Data-Munge] Work around regex bug in perls < 5.18 that causes spurious test failures.

David Dick ddick at fedoraproject.org
Fri Nov 21 22:03:45 UTC 2014


commit 20b0abcc038fb79ccbb5b3644770831eb12330e3
Author: David Dick <ddick at cpan.org>
Date:   Sat Nov 22 09:03:36 2014 +1100

    Work around regex bug in perls < 5.18 that causes spurious test failures.

 .gitignore           |    1 +
 perl-Data-Munge.spec |    5 ++++-
 sources              |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
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 <ddick at cpan.org> - 0.091-1
+- Work around regex bug in perls < 5.18 that causes spurious test failures.
+
 * Fri Oct 03 2014 David Dick <ddick at cpan.org> - 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



More information about the perl-devel mailing list