> $ perl makefile.pl > Checking for required modules ... > XML::SAX is not installed > XML::Parser is installed ... good > Storable is not installed ... caching functions will not be available > Warning: prerequisite Test::Simple failed to load: Can't locate > Test/Simple.pm i > n @INC (@INC contains: /usr/lib/perl5/5.6.1/cygwin-multi > /usr/lib/perl5/5.6.1 /u > sr/lib/perl5/site_perl/5.6.1/cygwin-multi /usr/lib/perl5/site_perl/5.6.1 > /usr/li > b/perl5/site_perl .) at (eval 4) line 3. > Writing Makefile for XML::Simple > > how can I get rid of this warning?
Install Test-Simple and if you want to use an "xml store and load" cache then download the Storable perl module. > Is it one of the package under cygwin? can anyone help me? thanks alot! No, Test-Simple does not come with cygwin (perl). You will need to install it/them yourself. Regards, Elfyn McBratney [EMAIL PROTECTED] www.exposure.org.uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/