diff options
author | sno <sno@pkgsrc.org> | 2010-08-22 05:32:33 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-22 05:32:33 +0000 |
commit | ed1255848c8f355f2b1ac770210d1fb431e2ab4f (patch) | |
tree | 19b683eb7594f046ff76f24922bd2ffc4fd0c38f /devel/p5-Data-Alias | |
parent | ad6916e046763d6151a830b9b0d5196e35ff5e37 (diff) | |
download | pkgsrc-ed1255848c8f355f2b1ac770210d1fb431e2ab4f.tar.gz |
Data::Alias seems to be known being broken since 5.11.5 (see RT#36165 at
https://rt.cpan.org/Ticket/Display.html?id=36165) and there is no public
available patch.
Diffstat (limited to 'devel/p5-Data-Alias')
-rw-r--r-- | devel/p5-Data-Alias/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Data-Alias/Makefile b/devel/p5-Data-Alias/Makefile index 9380872218c..a6a9cb27152 100644 --- a/devel/p5-Data-Alias/Makefile +++ b/devel/p5-Data-Alias/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/08/21 16:33:28 seb Exp $ +# $NetBSD: Makefile,v 1.4 2010/08/22 05:32:33 sno Exp $ DISTNAME= Data-Alias-1.07 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Data-Alias/ COMMENT= Comprehensive set of aliasing operations +# see https://rt.cpan.org/Ticket/Display.html?id=36165 +PKG_FAIL_REASON= Broken with perl-5.12 + PERL5_PACKLIST= auto/Data/Alias/.packlist PKG_DESTDIR_SUPPORT= user-destdir |