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?
Posted on Tue Nov 8 11:20:20 2005
by b10min 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".