![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | FreeBSD distfiles |
Filename: | Module-Install-1.05.tar.gz |
NAME Module::Install - Standalone, extensible Perl module installer SYNOPSIS In your Makefile.PL: (Recommended Usage) use inc::Module::Install; # Define metadata name 'Your-Module'; all_from 'lib/Your/Module.pm'; # Specific dependencies requires 'File::Spec' => '0.80'; test_requires 'Test::More' => '0.42'; rec more»
=pod =head1 NAME Module::Install::FAQ - Frequently Asked Questions for Module::Install =head1 DESCRIPTION Though L<Module::Install> itself has a general FAQ section in the pod, it's more for advocacy. Here's an incomplete and growing list of the actual questions I have been frequently asked (or found on the net) about L<Module::Install>. =head2 Do I also have to update my CPAN modules every t more»
Changes for Perl programming language extension Module-Install 1.05 Thu 28 Feb 2012 - Use Module::Metadata instead of require to check versions for modules that we don't need to subsequently use (MSTROUT/MIYAGAWA) Use EU:MM instead of Module::Metadata to check versions for modules that we don't need to subsequently use (ADAMK) - Removed automatic EU:MM version detection as it was using more»
Terms of Perl itself a) the GNU General Public License as published by the Free Software Founda more»
#!/usr/bin/perl use strict; BEGIN { $| = 1; $^W = 1; } use Test::More; use Module::Install::Met more»
[DIR] | Module-Install-1.05/ (11) |