Update to 0.05
Changelog: 0.05 2014-02-16 - Correct typos in documentation; no functionality changes 0.04 2014-02-03 - Update minimum perl version to 5.10, because of use of ++ quantifier 0.03 2014-01-22 - Include documentation updates present in the released version of 0.01, but never checked into the repository 0.02 2014-01-15 - Prevent a quadratic-time check when the provided string did not contain a valid address
This commit is contained in:
parent
2a0ab54998
commit
e773beb199
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2014/06/02 09:15:30 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2014/07/06 06:27:59 ryoon Exp $
|
||||
|
||||
DISTNAME= Email-Address-List-0.01
|
||||
DISTNAME= Email-Address-List-0.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/01/01 03:14:06 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/07/06 06:27:59 ryoon Exp $
|
||||
|
||||
SHA1 (Email-Address-List-0.01.tar.gz) = f26445dab5a4a37eddb8b2dca4e1225f1f0a70c9
|
||||
RMD160 (Email-Address-List-0.01.tar.gz) = c8d3d8fc3667a0af9eeb9091b597320bf0a52ca8
|
||||
Size (Email-Address-List-0.01.tar.gz) = 26082 bytes
|
||||
SHA1 (Email-Address-List-0.05.tar.gz) = eeb2ec5e4a1cbc6fd7a94a989f1380e7641d9069
|
||||
RMD160 (Email-Address-List-0.05.tar.gz) = 00a89b8a51d76236a7a5b80bba8c6914b8233ab8
|
||||
Size (Email-Address-List-0.05.tar.gz) = 29394 bytes
|
||||
|
|
Loading…
Reference in a new issue