Update of /cvsroot/openinteract/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20029
Modified Files:
Build.PL Makefile.PL
Log Message:
add mail address validation module
Index: Build.PL
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/Build.PL,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Build.PL 27 Sep 2004 03:51:56 -0000 1.20
--- Build.PL 4 Dec 2004 04:17:30 -0000 1.21
***************
*** 37,40 ****
--- 37,41 ----
'LWP::Simple' => 0,
'MIME::Lite' => 2.00,
+ 'Mail::RFC822::Address' => 0.3,
'Mail::Sendmail' => 0.77,
'Pod::POM' => 0,
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/Makefile.PL,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile.PL 18 Oct 2004 08:38:19 -0000 1.27
--- Makefile.PL 4 Dec 2004 04:17:30 -0000 1.28
***************
*** 38,41 ****
--- 38,42 ----
'LWP::Simple' => 0,
'MIME::Lite' => 2.00,
+ 'Mail::RFC822::Address' => 0.3,
'Mail::Sendmail' => 0.77,
'Pod::POM' => 0,
|