From: Teemu A. <in...@us...> - 2006-03-11 13:30:49
|
Update of /cvsroot/openinteract/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7109 Modified Files: Makefile.PL Build.PL Log Message: Added HTML::TagCloud as dependency Index: Makefile.PL =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/Makefile.PL,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Makefile.PL 30 Mar 2005 00:15:27 -0000 1.32 --- Makefile.PL 11 Mar 2006 13:30:39 -0000 1.33 *************** *** 34,37 **** --- 34,38 ---- 'Getopt::Long' => 2.32, 'HTML::Entities' => 1.13, + 'HTML::TagCloud' => 0, 'Lingua::Stem' => 0.50, 'Locale::Maketext' => 1.06, Index: Build.PL =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/Build.PL,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Build.PL 8 Feb 2005 01:54:50 -0000 1.23 --- Build.PL 11 Mar 2006 13:30:39 -0000 1.24 *************** *** 33,36 **** --- 33,37 ---- 'Getopt::Long' => 2.32, 'HTML::Entities' => 1.13, + 'HTML::TagCloud' => 0, 'Lingua::Stem' => 0.50, 'Locale::Maketext' => 1.06, |