diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-06-22 10:29:20 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-06-22 10:29:20 +0000 |
commit | 290a39dbe4d50863cdb9d593ce48c7739f314051 (patch) | |
tree | e287f62ed235f10c0e62e651374440a672289c4c /devel/p5-Class-Loader | |
parent | 876469a9c49df236e86ea8a33e4c18fd9305dd42 (diff) | |
download | ports-290a39dbe4d50863cdb9d593ce48c7739f314051.tar.gz ports-290a39dbe4d50863cdb9d593ce48c7739f314051.zip |
Notes
Diffstat (limited to 'devel/p5-Class-Loader')
-rw-r--r-- | devel/p5-Class-Loader/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Class-Loader/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Class-Loader/pkg-descr | 16 |
3 files changed, 14 insertions, 8 deletions
diff --git a/devel/p5-Class-Loader/Makefile b/devel/p5-Class-Loader/Makefile index edc25f25dd06..d921da8237fa 100644 --- a/devel/p5-Class-Loader/Makefile +++ b/devel/p5-Class-Loader/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Class-Loader -PORTVERSION= 2.00 +PORTVERSION= 2.02 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Class PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org PERL_CONFIGURE= yes diff --git a/devel/p5-Class-Loader/distinfo b/devel/p5-Class-Loader/distinfo index 2786cf80eaac..2c70b3f8fb91 100644 --- a/devel/p5-Class-Loader/distinfo +++ b/devel/p5-Class-Loader/distinfo @@ -1 +1 @@ -MD5 (Class-Loader-2.00.tar.gz) = 41c49975f02aa4cad3e38ac95dbebd3b +MD5 (Class-Loader-2.02.tar.gz) = a023ae4c71186fa4fc3e6bf5fe60b692 diff --git a/devel/p5-Class-Loader/pkg-descr b/devel/p5-Class-Loader/pkg-descr index 62fa4c605ef0..f52ac177ab6f 100644 --- a/devel/p5-Class-Loader/pkg-descr +++ b/devel/p5-Class-Loader/pkg-descr @@ -1,7 +1,13 @@ -Certain applications like to defer the decision to use a particular module -till runtime. This is possible in perl, and is a useful trick in +Certain applications like to defer the decision to use a particular +module till runtime. This is possible in perl, and is a useful trick in situations where the type of data is not known at compile time and the application doesn't wish to pre-compile modules to handle all types of -data it can work with. Loading modules at runtime can also provide -flexible interfaces for perl modules. Modules can let the programmer -decide what modules will be used by it instead of hard-coding their names. +data it can work with. Loading modules at runtime can also provide +flexible interfaces for perl modules. Modules can let the programmer +decide what modules will be used by it instead of hard-coding their +names. + +WWW: http://search.cpan.org/search?dist=Class-Loader + +-- Sergey Skvortsov +skv@FreeBSD.org |