- update p5-Scalar-Defer to 0.18

*includes fixes for regression tests with perl 5.10
This commit is contained in:
jasper 2008-10-03 10:31:55 +00:00
parent e184a8b5a6
commit bd26bf1edc
3 changed files with 12 additions and 12 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:53:08 merdely Exp $
# $OpenBSD: Makefile,v 1.4 2008/10/03 10:31:55 jasper Exp $
COMMENT= deferred and lazy evaluation
MODULES= cpan
DISTNAME= Scalar-Defer-0.10
DISTNAME= Scalar-Defer-0.18
CATEGORIES= devel
# MIT

View File

@ -1,5 +1,5 @@
MD5 (Scalar-Defer-0.10.tar.gz) = kAR+2JyX9C4JiGEuXjXLXQ==
RMD160 (Scalar-Defer-0.10.tar.gz) = U+evocKVe22+dFsdDL4o9j2sXgE=
SHA1 (Scalar-Defer-0.10.tar.gz) = TH6QN51tXdm7nsbZRZxnNU5TNpg=
SHA256 (Scalar-Defer-0.10.tar.gz) = /tauLp3aqjeZ5Ymc600qogERalTu3hi5dI5Oim54YIY=
SIZE (Scalar-Defer-0.10.tar.gz) = 26670
MD5 (Scalar-Defer-0.18.tar.gz) = /6NN7eZFZQRCAV0G784XHA==
RMD160 (Scalar-Defer-0.18.tar.gz) = pd/6kd+UN/NACUemVobC/5uKQIY=
SHA1 (Scalar-Defer-0.18.tar.gz) = cxWCvu+jpZvABET6L7CNtGTOhvU=
SHA256 (Scalar-Defer-0.18.tar.gz) = b1LU8YZu2cJZTq9QEOY3Ohchs5yN3DPIAXK+40LIHfs=
SIZE (Scalar-Defer-0.18.tar.gz) = 37020

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2006/11/12 16:28:53 espie Exp $
--- Makefile.PL.orig Sun Nov 12 01:01:00 2006
+++ Makefile.PL Sun Nov 12 01:01:04 2006
@@ -5,8 +5,8 @@ name 'Scalar-Defer';
license 'MIT';
$OpenBSD: patch-Makefile_PL,v 1.2 2008/10/03 10:31:55 jasper Exp $
--- Makefile.PL.orig Fri Aug 8 17:17:52 2008
+++ Makefile.PL Fri Oct 3 12:26:14 2008
@@ -4,8 +4,8 @@ use inc::Module::Install;
name 'Scalar-Defer';
all_from 'lib/Scalar/Defer.pm';
-requires 'Class::InsideOut';