1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 0.11

PR:		ports/93821
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
This commit is contained in:
Sergey Matveychuk 2006-03-26 21:00:05 +00:00
parent 3c3b636224
commit b2ce6e0e9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158200
3 changed files with 10 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Class-C3
PORTVERSION= 0.10
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
@ -17,7 +17,8 @@ COMMENT= A pragma to use the C3 method resolution order algorithm
BUILD_DEPENDS= p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception \
p5-Scalar-List-Utils>=1.18:${PORTSDIR}/lang/p5-Scalar-List-Utils
p5-Scalar-List-Utils>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Algorithm-C3>=0.01:${PORTSDIR}/devel/p5-Algorithm-C3
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -1,3 +1,3 @@
MD5 (Class-C3-0.10.tar.gz) = 1bad3c8b4b7a03d4155585459de94870
SHA256 (Class-C3-0.10.tar.gz) = 17506096cfc7aca7c0aae87aeb6b296117fdd3e22398c31fd887ff35d51048ae
SIZE (Class-C3-0.10.tar.gz) = 14172
MD5 (Class-C3-0.11.tar.gz) = d1e4397b2cb3e3dbedf91137601f0d96
SHA256 (Class-C3-0.11.tar.gz) = 894b4a6a42af3bdd769e834413c20c4d1912e330faecdece0cc22065c021543b
SIZE (Class-C3-0.11.tar.gz) = 14382

View File

@ -1,5 +1,5 @@
This is currently an experimental pragma to change Perl 5's standard
method resolution order from depth-first left-to-right (a.k.a -
pre-order) to the more sophisticated C3 method resolution order.
This is a pragma to change Perl 5's standard method resolution order
from depth-first left-to-right (a.k.a - pre-order) to the more
sophisticated C3 method resolution order.
WWW: http://search.cpan.org/dist/Module-Find/
WWW: http://search.cpan.org/dist/Class-C3/