The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "ExtUtils-MakeMaker"

ExtUtils::MakeMaker - Create a module Makefile River stage five • 21376 direct dependents • 32646 total dependents

This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines tha...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC - Search in distribution

ExtUtils::MakeMaker::CPANfile - cpanfile support for EUMM River stage four • 88 direct dependents • 1291 total dependents

ExtUtils::MakeMaker::CPANfile loads "cpanfile" in your distribution and modifies parameters for "WriteMakefile" in your Makefile.PL. Just use it instead of ExtUtils::MakeMaker (which should be loaded internally), and prepare "cpanfile". As of version...

ISHIGAKI/ExtUtils-MakeMaker-CPANfile-0.09 - 28 Dec 2018 08:22:23 UTC - Search in distribution

ExtUtils::MakeMaker::JSONMETA - (deprecated) write META.json instead of META.yml River stage zero No dependents

RJBS/JSON-CPAN-Meta-7.001 - 16 Mar 2011 03:23:28 UTC - Search in distribution

ExtUtils::MakeMaker::BigHelper - for helping ExtUtils::MakeMaker with big XS projects. River stage zero No dependents

This package extends or alters the functionality of ExtUtils::MakeMaker, in a way more suitable perhaps for large projects using a lot of perl XS. This allows multiple .xs files in your project, strewn about the lib directory hierarchy, hopefully sid...

EDGEWISE/ExtUtils-MakeMaker-BigHelper-0.92 - 28 Feb 2013 13:57:08 UTC - Search in distribution

ExtUtils::MakeMaker::Attributes - Determine when ExtUtils::MakeMaker attributes are available River stage zero No dependents

This module provides an API to determine what attributes are available to a particular version of ExtUtils::MakeMaker, and conversely, what version of ExtUtils::MakeMaker is required for a particular attribute. See "Using Attributes and Parameters" i...

DBOOK/ExtUtils-MakeMaker-Attributes-0.001 - 21 Dec 2017 01:43:27 UTC - Search in distribution

ExtUtils::MakeMaker::Extensions - Helper for multiple ExtUtils::MakeMaker extensions River stage zero No dependents

This is a namespace reservation with kind of concept behind ......

REHSACK/ExtUtils-MakeMaker-Extensions-0.001 - 17 Dec 2014 10:33:24 UTC - Search in distribution

lib/ExtUtils/MakeMaker/PPPort.pm River stage zero No dependents

This module allows you to use an up to date version of ppport.h when using Devel-PPPort. You do not need to ship an old version of `ppport.h` with your codebase....

ATOOMIC/ExtUtils-MakeMaker-PPPort-0.02 - 22 Jul 2020 22:49:15 UTC - Search in distribution

ExtUtils::MakeMaker::META_MERGE::GitHub - Perl package to generate ExtUtils::MakeMaker META_MERGE for GitHub repositories River stage one • 1 direct dependent • 1 total dependent

Generates the META_MERGE key and hash value for a normal GitHub repository....

MRDVT/ExtUtils-MakeMaker-META_MERGE-GitHub-0.04 - 14 Jan 2023 20:35:37 UTC - Search in distribution

HPUX::SDUX - Perl module for creating SD-UX software depots of Perl modules River stage zero No dependents

"HPUX::SDUX" is a Perl module to assist creating SD-UX software depots for Perl modules on HP-UX. As such, it is utterly useless for Perl users on other platforms. This version assumes the use of HP-UX 11i and PSF (Product Specification File) layout ...

ASARIH/HPUX-SDUX-0.03 - 04 Apr 2003 03:06:35 UTC - Search in distribution

only::latest - Always use the latest version of a module in @INC River stage zero No dependents

This module is for people with separately-maintained INC directories containing overlapping modules, who wishes to always use the latest version of a module, regardless of the directory it is in. If you "use" or "require" a module living in more than...

AUTRIJUS/only-latest-0.01 - 04 Nov 2003 05:22:12 UTC - Search in distribution

ExtUtils::MakeMaker::Dist::Zilla::Develop - create bare-bones Makefile.PL files for use with dzil River stage one • 2 direct dependents • 2 total dependents

Dist::Zilla makes developing modules much easier by generating all kinds of boilerplate files, saving authors from having to write them by hand, but in some cases this can make developing more inconvenient. The most prominent example of this is with ...

DOY/ExtUtils-MakeMaker-Dist-Zilla-Develop-0.03 - 25 Feb 2014 23:43:38 UTC - Search in distribution

Build::Daily - module to update daily versions for Module::Build and ExtUtils::MakeMaker River stage zero No dependents

Updates $VERSION string based on current date or forced string. This allows to create daily/commit builds. FUNCTIONS...

JKUTEJ/Build-Daily-0.01 - 24 Jul 2009 17:59:21 UTC - Search in distribution

lib/Minilla/Profile/ExtUtilsMakeMaker.pm River stage one • 6 direct dependents • 7 total dependents

SKAJI/Minilla-v3.1.23 - 07 Oct 2023 10:28:32 UTC - Search in distribution

XS::Install - ExtUtils::MakeMaker based module installer for XS modules. River stage two • 42 direct dependents • 45 total dependents

To high-level overview please read Shared XS modules manifesto. XS::Install (formerly known as Panda::Install) makes it much easier to write MakeMaker's makefiles especially for XS modules. It provides dependecies support between XS modules, so that ...

SYBER/XS-Install-1.3.5 - 09 Nov 2021 19:25:05 UTC - Search in distribution

ModPerl::MM - A "subclass" of ExtUtils::MakeMaker for mod_perl 2.0 River stage three • 155 direct dependents • 183 total dependents

"ModPerl::MM" is a "subclass" of "ExtUtils::MakeMaker" for mod_perl 2.0, to a degree of sub-classability of "ExtUtils::MakeMaker". When "ModPerl::MM::WriteMakefile()" is used instead of "ExtUtils::MakeMaker::WriteMakefile()", "ModPerl::MM" overrides ...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

tv - Run 'make TEST_VERBOSE=1' on one or more test files River stage zero No dependents

Given one or more test scripts, Perl source code files, directories containing them, or Perl package names, tv tries to select and run the appropriate test scripts using "make test TEST_VERBOSE=1 TEST_FILES=..." where the "..." are the selected test ...

RBS/Test-Verbose-0.01 - 09 Mar 2004 06:36:14 UTC - Search in distribution

h2xs - convert .h C header files to Perl extensions River stage five • 11292 direct dependents • 32664 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

JS River stage one • 8 direct dependents • 9 total dependents

Some JavaScript modules can be installed from CPAN. This module comes with a utility called "js-cpan" that helps you find JavaScript modules that have been installed on your system so that you can use them in various projects....

INGY/JS-0.29 - 16 Aug 2014 23:43:10 UTC - Search in distribution

cpan - easily interact with CPAN from the command line River stage three • 53 direct dependents • 522 total dependents

This script provides a command interface (not a shell) to CPAN. At the moment it uses CPAN.pm to do the work, but it is not a one-shot command runner for CPAN.pm. Options -a Creates a CPAN.pm autobundle with CPAN::Shell->autobundle. -A module [ modul...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution
  • CPAN - query, download and build perl modules from CPAN sites
  • App::Cpan - easily interact with CPAN from the command line
  • CPAN::FirstTime - Utility for CPAN::Config file Initialization

oodist - create perl distributions with OODoc River stage zero No dependents

The "oodist" script is currently only usable on UNIX in combination with Makefile.PL. It is a smart wrapper around the OODoc module, to avoid start work to produce real POD for modules which use OODoc's POD extensions. HTML is not (yet) supported. Co...

MARKOV/OODoc-2.02 - 08 Dec 2021 12:43:55 UTC - Search in distribution
382 results (0.085 seconds)