|
From: Chris W. <la...@us...> - 2001-11-28 06:01:21
|
Update of /cvsroot/openinteract/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv1609
Modified Files:
Makefile.PL
Log Message:
added File::MMagic
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/Makefile.PL,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile.PL 2001/10/29 15:02:07 1.10
--- Makefile.PL 2001/11/28 06:01:19 1.11
***************
*** 27,30 ****
--- 27,31 ----
'Pod::POM' => undef,
'MIME::Lite' => 2.00,
+ 'File::MMagic' => undef,
},
);
|