pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-MRO-Compat import devel/p5-MRO-Compat-0.09 (n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93bfe6a16a34
branches:  trunk
changeset: 543907:93bfe6a16a34
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jun 24 15:07:24 2008 +0000

description:
import devel/p5-MRO-Compat-0.09 (needed by devel/p5-Class-Accessor-Grouped)

The "mro" namespace provides several utilities for dealing with
method resolution order and method caching in general in Perl 5.9.5
and higher.

This module provides those interfaces for earlier versions of Perl
(back to 5.6.0 anyways).

It is a harmless no-op to use this module on 5.9.5+. That is to
say, code which properly uses MRO::Compat will work unmodified on
both older Perls and 5.9.5+.

If you're writing a piece of software that would like to use the
parts of 5.9.5+'s mro:: interfaces that are supported here, and
you want compatibility with older Perls, this is the module for
you.

Some parts of this code will work better and/or faster with
Class::C3::XS installed (which is an optional prereq of Class::C3,
which is in turn a prereq of this package), but it's not a requirement.

This module never exports any functions. All calls must be fully
qualified with the mro:: prefix.

diffstat:

 devel/p5-MRO-Compat/DESCR    |  22 ++++++++++++++++++++++
 devel/p5-MRO-Compat/Makefile |  21 +++++++++++++++++++++
 devel/p5-MRO-Compat/distinfo |   5 +++++
 3 files changed, 48 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 4cf2c67e5aa8 -r 93bfe6a16a34 devel/p5-MRO-Compat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MRO-Compat/DESCR Tue Jun 24 15:07:24 2008 +0000
@@ -0,0 +1,22 @@
+The "mro" namespace provides several utilities for dealing with
+method resolution order and method caching in general in Perl 5.9.5
+and higher.
+
+This module provides those interfaces for earlier versions of Perl
+(back to 5.6.0 anyways).
+
+It is a harmless no-op to use this module on 5.9.5+. That is to
+say, code which properly uses MRO::Compat will work unmodified on
+both older Perls and 5.9.5+.
+
+If you're writing a piece of software that would like to use the
+parts of 5.9.5+'s mro:: interfaces that are supported here, and
+you want compatibility with older Perls, this is the module for
+you.
+
+Some parts of this code will work better and/or faster with
+Class::C3::XS installed (which is an optional prereq of Class::C3,
+which is in turn a prereq of this package), but it's not a requirement.
+
+This module never exports any functions. All calls must be fully
+qualified with the mro:: prefix.
diff -r 4cf2c67e5aa8 -r 93bfe6a16a34 devel/p5-MRO-Compat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MRO-Compat/Makefile      Tue Jun 24 15:07:24 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/24 15:07:24 abs Exp $
+
+DISTNAME=      MRO-Compat-0.09
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BL/BLBLACK/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?MRO::Compat
+COMMENT=       MRO::* interface compatibility for Perls < 5.9.5
+
+DEPENDS+=      p5-Class-C3>=0:../../devel/p5-Class-C3
+DEPENDS+=      p5-Class-C3-XS>=0:../../devel/p5-Class-C3-XS
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/MRO/Compat/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4cf2c67e5aa8 -r 93bfe6a16a34 devel/p5-MRO-Compat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-MRO-Compat/distinfo      Tue Jun 24 15:07:24 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/06/24 15:07:24 abs Exp $
+
+SHA1 (MRO-Compat-0.09.tar.gz) = e351a39e77e1e8997e95ea9a80dd26e9fbfe666f
+RMD160 (MRO-Compat-0.09.tar.gz) = 49f3fbe38a7b239fa3fb7da1be88ab208880f612
+Size (MRO-Compat-0.09.tar.gz) = 25066 bytes



Home | Main Index | Thread Index | Old Index