I'm trying to install perl modules on Solaris 10. I consistently used the following commands for all perl modules:
$ /usr/perl5/bin/perlgcc Makefile.PL
$ /usr/sfw/bin/gmake
$ /usr/sfw/bin/gmake test
$ /usr/sfw/bin/gmake install
However, certain modules only have a Build.PL file. How do i use them?
Any help would be highly appreciated. Thank you.
$ /usr/perl5/bin/perlgcc Makefile.PL
$ /usr/sfw/bin/gmake
$ /usr/sfw/bin/gmake test
$ /usr/sfw/bin/gmake install
However, certain modules only have a Build.PL file. How do i use them?
Any help would be highly appreciated. Thank you.
Comment