Mail::RFC822::Address validates email addresses against the grammar

described in RFC 822 using regular expressions. This module is
functionally equivalent to RFC::RFC822::Address, but uses regular
expressions rather than the Parse::RecDescent parser.
This commit is contained in:
pettai 2010-03-09 20:25:31 +00:00
parent 78907cb8db
commit 8f1b568f75
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,4 @@
Mail::RFC822::Address validates email addresses against the grammar
described in RFC 822 using regular expressions. This module is
functionally equivalent to RFC::RFC822::Address, but uses regular
expressions rather than the Parse::RecDescent parser.

View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2010/03/09 20:25:31 pettai Exp $
#
DISTNAME= Mail-RFC822-Address-0.3
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://search.cpan.org/~pdwarren/Mail-RFC822-Address-0.3/
COMMENT= Perl extension for validating email addresses according to RFC822
DEPENDS+= p5-ExtUtils-MakeMaker-[0-9]*:../../devel/p5-ExtUtils-MakeMaker
PERL5_PACKLIST= auto/Mail/RFC822/Address/.packlist
USE_LANGUAGES= # none
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2010/03/09 20:25:31 pettai Exp $
SHA1 (Mail-RFC822-Address-0.3.tar.gz) = 53b84a09f9be8a35d5d9cac3653645d44c98bffe
RMD160 (Mail-RFC822-Address-0.3.tar.gz) = 2e8d6277b1766ecef9fd6f983e1aed693071a7d9
Size (Mail-RFC822-Address-0.3.tar.gz) = 5239 bytes