- Update to 0.24

- Remove Module::Load from COMMENT
- Cleanup Makefile header
- Reformat pkg-descr

Changes:	http://search.cpan.org/dist/Module-Load/CHANGES
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-02-01 21:33:12 +00:00
parent f80c4e0107
commit 65613c7326
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311401
3 changed files with 7 additions and 11 deletions

View file

@ -1,18 +1,14 @@
# New ports collection makefile for: devel/p5-Module-Load
# Date created: 15 December 2004
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Module-Load
PORTVERSION= 0.22
PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module::Load - runtime require of both modules and files
COMMENT= Runtime require of both modules and files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual

View file

@ -1,2 +1,2 @@
SHA256 (Module-Load-0.22.tar.gz) = 76561f39480332f2a54843ce1315db97c5011c33fc172a2942e790d5be5115f2
SIZE (Module-Load-0.22.tar.gz) = 6021
SHA256 (Module-Load-0.24.tar.gz) = da16ec02899d39e0e7aeeced876350fb530d811f3468a64298f085db8ca56a82
SIZE (Module-Load-0.24.tar.gz) = 6089

View file

@ -1,4 +1,4 @@
load() eliminates the need to know whether you are trying to require
either a file or a module.
load() eliminates the need to know whether you are trying to require either a
file or a module.
WWW: http://search.cpan.org/dist/Module-Load/