diff options
author | skv <skv@FreeBSD.org> | 2002-06-22 18:29:20 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-06-22 18:29:20 +0800 |
commit | 5698578b37f53c0ae57ede51d5d522e5f8fc6fce (patch) | |
tree | 5e643d5543370e041d4ab342b9a7dd9a4e7e5072 /devel | |
parent | 480331e9e6cee4bf3a2ee25eef1674d4745926b3 (diff) | |
download | freebsd-ports-gnome-5698578b37f53c0ae57ede51d5d522e5f8fc6fce.tar.gz freebsd-ports-gnome-5698578b37f53c0ae57ede51d5d522e5f8fc6fce.tar.zst freebsd-ports-gnome-5698578b37f53c0ae57ede51d5d522e5f8fc6fce.zip |
Updated to 2.02
Diffstat (limited to 'devel')
-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 |