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

Search results for "ExtUtils::Install"

ExtUtils::Install - install files from here to there River stage five • 31 direct dependents • 18750 total dependents

Handles the installing and uninstalling of perl modules, scripts, man pages, etc... Both install() and uninstall() are specific to the way ExtUtils::MakeMaker handles the installation and deinstallation of perl modules. They are not designed as gener...

BINGOS/ExtUtils-Install-2.22 - 24 Dec 2022 20:14:35 UTC - Search in distribution

ExtUtils::InstallPAR - Install .par's into any installed perl River stage one • 2 direct dependents • 3 total dependents

This module installs PAR distributions (i.e. ".par" files) into any perl installation on the system. The PAR::Dist module can install into the currently running perl by default and provides the necessary parameters to override any installation direct...

SMUELLER/ExtUtils-InstallPAR-0.03 - 14 Nov 2008 14:15:49 UTC - Search in distribution

ExtUtils::AutoInstall - Automatic install of dependencies via CPAN River stage one • 2 direct dependents • 2 total dependents

ExtUtils::AutoInstall lets module writers to specify a more sophisticated form of dependency information than the "PREREQ_PM" option offered by ExtUtils::MakeMaker. This module works best with the Module::Install framework, a drop-in replacement for ...

INGY/ExtUtils-AutoInstall-0.64 - 12 Sep 2016 19:12:48 UTC - Search in distribution

ExtUtils::InstallPaths - Build.PL install path logic made easy River stage five • 6 direct dependents • 11159 total dependents

This module tries to make install path resolution as easy as possible. When you want to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined fro...

LEONT/ExtUtils-InstallPaths-0.013 - 25 Apr 2024 10:28:55 UTC - Search in distribution

install-extutils-findfunctions - Install ExtUtils::FindFunctions in a directory River stage zero No dependents

Use this program to install "ExtUtils::FindFunctions" in an embedded directory of your distribution, the target directory need not to exist: install-extutils-findfunctions inc will copy the module in the inc/ directory, typically used by other embedd...

SAPER/ExtUtils-FindFunctions-0.02 - 02 Oct 2006 23:58:46 UTC - Search in distribution

Install - Build and install wxPerl River stage two • 56 direct dependents • 67 total dependents

MDOOTSON/Wx-0.9932 - 18 Apr 2017 01:22:32 UTC - Search in distribution

Sub::Op - Install subroutines as opcodes. River stage zero No dependents

This module provides a C and Perl API for replacing subroutine calls by custom opcodes. This has two main advantages : * it gets rid of the overhead of a normal subroutine call ; * there's no symbol table entry defined for the subroutine. Subroutine ...

VPIT/Sub-Op-0.02 - 08 Jan 2010 21:37:06 UTC - Search in distribution

App::Install - Install applications River stage zero No dependents

This is easiest to do by analogy. Have you ever used any of the following? module-starter catalyst.pl kwiki-install minimvc-install Each of these scripts comes packaged with its respective distro (Module::Starter, Catalyst::Helper, Kwiki, and MasonX:...

SKUD/App-Install-0.03 - 19 Jul 2007 08:18:17 UTC - Search in distribution

Alien::RtMidi - Install RtMidi River stage one • 1 direct dependent • 1 total dependent

This distribution provides RtMidi so that it can be used by other Perl distributions that are on CPAN. It does this by first trying to detect an existing install of RtMidi on your system. If found it will use that. If it cannot be found, the source c...

JBARRETT/Alien-RtMidi-0.05 - 14 Mar 2023 14:43:48 UTC - Search in distribution

Alien::Hunspell - Install hunspell River stage two • 1 direct dependent • 10 total dependents

This module provides the spelling library Hunspell. It will either detect it as provided by the operating system, or download the source from the Internet and install it for you. It uses Alien::Base....

PLICEASE/Alien-Hunspell-0.17 - 14 Mar 2021 17:04:21 UTC - Search in distribution

INSTALL - [documentation] How to install WordNet::Similarity River stage one • 6 direct dependents • 6 total dependents

Prerequisites You need to have WordNet (version 3.0) installed, WordNet::QueryData (version 1.40 or later), and Text::Similarity (version 0.04 or later) installed. [NOTE: However, if you're using WordNet 3.0, you must use WordNet::QueryData v1.46 or ...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC - Search in distribution
  • CHANGES - Revision history for WordNet::Similarity

Alien::curl - Discover or download and install curl + libcurl River stage zero No dependents

This distribution provides curl so that it can be used by other Perl distributions that are on CPAN. It does this by first trying to detect an existing install of curl on your system. If found it will use that. If it cannot be found, the source code ...

PLICEASE/Alien-curl-0.11 - 27 Nov 2022 09:17:33 UTC - Search in distribution

Bundle::Helios - install all Helios related modules River stage one • 5 direct dependents • 5 total dependents

This bundle defines all prerequisite modules for Helios. Bundles have special meaning for the CPAN module. When you install the bundle module all modules mentioned in "CONTENTS" will be installed instead....

LHELION/Helios-2.83 - 16 Aug 2015 19:04:14 UTC - Search in distribution

Module::Build - Build and install Perl modules River stage five • 4486 direct dependents • 17571 total dependents

"Module::Build" is a system for building, testing, and installing Perl modules. It is meant to be an alternative to "ExtUtils::MakeMaker". Developers may alter the behavior of the module through subclassing. It also does not require a "make" on your ...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC - Search in distribution

install.pod - how to install WordNet::SenseRelate::TargetWord River stage zero No dependents

Prerequisites You need to have WordNet (version 1.7.1 or later, 2.0 preferred), WordNet::QueryData (version 1.30 or later), WordNet::Similarity (latest version preferred), XML::Parser (version 2.34 or later) installed. Optionally, you should also hav...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC - Search in distribution

CPAN::Flatten - flatten cpan module requirements without install River stage zero No dependents

This is experimental. CPAN::Flatten flattens cpan module requirements without install. As you know, the cpan world allows cpan modules to configure themselves dynamically. So the actual requirements can not be determined unless you install them to yo...

SKAJI/CPAN-Flatten-0.01 - 23 Jun 2016 15:05:41 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

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

SVN - Access to the Embperl SVN development tree River stage one • 3 direct dependents • 3 total dependents

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC - Search in distribution
311 results (0.113 seconds)