-
Notifications
You must be signed in to change notification settings - Fork 3
Better than h2xs for creating modules
License
jkeenan/extutils-modulemaker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ExtUtils::ModuleMaker - Better than h2xs for creating modules This document refers to version 0.66 of ExtUtils::ModuleMaker. This version was released August 02 2018. To install this module on your system, place the tarball archive file in a temporary directory and call the following: % gunzip ExtUtils-ModuleMaker-0.66.tar.gz % tar xf ExtUtils-ModuleMaker-0.66.tar % cd ExtUtils-ModuleMaker-0.66 % perl Makefile.PL % make % make test % make install If during installation you wish to view more information on test results, substitute the following for the sixth line in the sequence of commands above: % make test TEST=VERBOSE If you are installing this module over any earlier version, you may substitute the following for the last line in the sequence of commands above: % make install UNINST=1 If you are installing this module on a Win32 system with 'nmake', substitute 'nmake' for 'make' in the sequence of commands above. In sending e-mail to the maintainer, please put "ExtUtils::ModuleMaker", "ExtUtils-ModuleMaker" or "modulemaker" in the subject line. Original author: R. Geoffrey Avery CPAN ID: RGEOFFREY modulemaker@PlatypiVentures.com http://www.PlatypiVentures.com/perl/modules/ModuleMaker.shtml Maintainer since version 0.33: James E. Keenan CPAN ID: JKEENAN jkeenan@cpan.org Development repository: https://github.com/jkeenan/extutils-modulemaker Copyright (c) 2001-2002 R. Geoffrey Avery. Revisions from v0.33 forward (c) 2005-2018 James E. Keenan. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module.
About
Better than h2xs for creating modules
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published