Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/perl-xs-magicext
PERL_MAGIC_ext manipulators
https://github.com/gfx/perl-xs-magicext
Last synced: 26 days ago
JSON representation
PERL_MAGIC_ext manipulators
- Host: GitHub
- URL: https://github.com/gfx/perl-xs-magicext
- Owner: gfx
- Created: 2009-08-15T03:00:27.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-16T03:03:22.000Z (about 15 years ago)
- Last Synced: 2023-04-09T21:19:23.868Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module XS::MagicExt.
INSTALLATION
XS::MagicExt installation is straightforward. If your CPAN shell is set up,
you should just be able to do$ cpan XS::MagicExt
Download it, unpack it, then build it as per the usual:
$ perl Makefile.PL
$ make && make testThen install it:
$ make install
DOCUMENTATION
XS::MagicExt documentation is available as in POD. So you can do:
$ perldoc XS::MagicExt
to read the documentation online with your favorite pager.
Goro Fuji (gfx)