Thread

Posted on Tue Nov 8 08:08:33 2005 by fyang1024
How to install it?
There is no Build.pl but only Makefile.pl in the package. After I ran "perl Makefile.pl", "Makefile" was generated. At that point I got confused. I tried "perl Makefile" and "perl Makefile install", neither worked. Any clue?
Direct Responses: 1290 | Write a response
Posted on Tue Nov 8 11:20:20 2005 by b10m in response to 1289
Re: How to install it?
http://perlmonks.org/?node_id=128077 will guide you here. But basically what you want to do is: "perl Makefile.PL", "make", "make test", and if all went well "make install".
Write a response