From: Nick J. <nje...@us...> - 2003-04-23 20:52:31
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv4458a Modified Files: Makefile.PL Log Message: Added previously unchecked dependancy CGI (not sure what minimum required version is so I put 0). This was previously not checked, since it's such a standard module, but I caught it on my current system which didn't have any perl modules installed except for the ones which come with perl. Index: Makefile.PL =================================================================== RCS file: /cvsroot/sandweb/sandweb/Makefile.PL,v retrieving revision 1.12 retrieving revision 1.13 diff -U2 -r1.12 -r1.13 --- Makefile.PL 28 Mar 2002 04:46:59 -0000 1.12 +++ Makefile.PL 23 Apr 2003 20:52:25 -0000 1.13 @@ -20,4 +20,5 @@ 'HTML::Template' => '2.2', 'Digest::MD5' => '0', + 'CGI' => '0', }, |