Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/perl-module-install-xsutil
Support XS-based modules in the term of Module::Install
https://github.com/gfx/perl-module-install-xsutil
Last synced: 26 days ago
JSON representation
Support XS-based modules in the term of Module::Install
- Host: GitHub
- URL: https://github.com/gfx/perl-module-install-xsutil
- Owner: gfx
- Created: 2009-07-26T04:00:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T22:15:00.000Z (almost 11 years ago)
- Last Synced: 2024-05-02T01:24:06.752Z (6 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Module-Install-XSUtil/
- Size: 263 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module Module::Install::XSUtil.
INSTALLATION
Module::Install::XSUtil installation is straightforward. If your CPAN shell is set up,
you should just be able to do$ cpan Module::Install::XSUtil
Download it, unpack it, then build it as per the usual:
$ perl Makefile.PL
$ make && make testThen install it:
$ make install
DOCUMENTATION
Module::Install::XSUtil documentation is available as in POD. So you can do:
$ perldoc Module::Install::XSUtil
to read the documentation online with your favorite pager.
Goro Fuji (gfx)