Module::Release - Automate software releases
"Module::Release" automates your software release process. It started as a script that automated my release process, so it has bits to talk to PAUSE (CPAN) and SourceForge, and to use "Makefile.PL" and "CVS". Other people have extended this in other ...
BDFOY/Module-Release-2.128 - 11 Mar 2021 03:10:25 UTC
Module::Release::SVN - Use Subversion with Module::Release
"Module::Release::SVN" is a plugin for "Module::Release", and provides its own implementations of the "check_vcs()" and "vcs_tag()" methods that are suitable for use with a Subversion repository rather than a CVS repository. These methods are automat...
BDFOY/Module-Release-2.128 - 11 Mar 2021 03:10:25 UTC
Module::Release::Git - Use Git with Module::Release
Module::Release::Git subclasses Module::Release, and provides its own implementations of the "check_vcs()" and "vcs_tag()" methods that are suitable for use with a Git repository. These methods are automatically exported in to the callers namespace u...
BDFOY/Module-Release-Git-1.016 - 13 Feb 2021 11:46:26 UTC
Module::Release::NIKC - Subclass for releasing code
NIKC/Module-Release-Extras-0.10
-
19 Jun 2004 16:04:00 UTC
Module::Release::PAUSE - Interact with the Perl Authors Upload Server (PAUSE)
The release script automatically loads this module if it thinks that you want to upload to PAUSE by noticing the "cpan_user" configuration directive. There's nothing here yet....
BDFOY/Module-Release-2.128 - 11 Mar 2021 03:10:25 UTC
Module::Release::Prereq - Check pre-requisites list in build file
check_prereqs Run `perl -MTest::Prereq -eprereq_ok`. If it doesn't see "^ok 1" it dies. It looks in local_name to get the name of the distribution file. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line...
BDFOY/Module-Release-2.128 - 11 Mar 2021 03:10:25 UTC
Module::Release::Extras - additional functionality for Module::Release
Module::Release::Extras contains subclasses of Module::Release that provide additional functionality during the release process. The available modules are: * Module::Release::ModuleBuild * Module::Release::Subversion See the documentation for those m...
NIKC/Module-Release-Extras-0.10 - 19 Jun 2004 16:04:00 UTC
Module::Changes::Release - a release within a Changes file
This class represents a release within the Changes file....
MARCEL/Module-Changes-0.05 - 09 Nov 2007 16:32:09 UTC
Module::Release::MANIFEST - Check Perl's MANIFEST to ensure you've updated it
check_MANIFEST Runs "{make|Build} manifest". If it sees output starting with "added" or "removed", it dies. It looks in "local_name" to get the name of the distribution file. There's a slight problem with this command. It might re-order the list of f...
BDFOY/Module-Release-2.128 - 11 Mar 2021 03:10:25 UTC
Module::Release::MetaCPAN - Interact with MetaCPAN
"Module::Release::MetaCPAN" is a plugin for "Module::Release". These methods are automatically exported in to the callers namespace using Exporter. You should only use it from "Module::Release" or its subclasses....
BDFOY/Module-Release-2.128 - 11 Mar 2021 03:10:25 UTC
Module::Release::Kwalitee - Play the CPANTS game
check_kwalitee Run `cpants_lints.pl distname.tgz`. If it doesn't see "a 'perfect' distribution" it dies. It looks in local_name to get the name of the distribution file. POD ERRORS Hey! The above document had some coding errors, which are explained b...
BDFOY/Module-Release-2.128 - 11 Mar 2021 03:10:25 UTC
Module::Release::Subversion - Use Subversion instead of CVS with Module::Release
Module::Release::Subversion subclasses Module::Release, and provides its own implementations of the "check_cvs()" and "cvs_tag()" methods that are suitable for use with a Subversion repository rather than a CVS repository. These methods are automatic...
NIKC/Module-Release-Extras-0.10 - 19 Jun 2004 16:04:00 UTC
Module::Release::ModuleBuild - grok Module::Build when using Module::Release
Module::Release::ModuleBuild subclasses Module::Release, and rewrites some methods so that modules that build using Module::Build (with a Build.PL, and so on) can be released using Module::Release. These methods are automatically exported in to the c...
NIKC/Module-Release-Extras-0.10 - 19 Jun 2004 16:04:00 UTC
Module::Release::WebUpload::Mojo - Upload through the PAUSE web interface
web_upload( PARAMS ) Upload the file to PAUSE POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: =over without closing =back...
BDFOY/Module-Release-2.128 - 11 Mar 2021 03:10:25 UTC
Egg::Helper::Build::Module - The module file complete set is generated.
It is a helper who generates the module file complete set. This helper generates the file complete set that ExtUtils::MakeMaker outputs. The thing that starts specifying the mode of the helper script can be done, and the thing that generates a specia...
LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC
Nile::Module - Module base class for the Nile framework.
Nile::Module - Module base class for the Nile framework....
MEWSOFT/Nile-0.55 - 14 Oct 2014 09:32:49 UTC
Module::Find - Find and use installed modules in a (sub)category
Module::Find lets you find and use modules in categories. This can be very useful for auto-detecting driver or plugin modules. You can differentiate between looking in the category itself or in all subcategories. If you want Module::Find to search in...
CRENZ/Module-Find-0.15 - 26 Dec 2019 00:31:08 UTC
Module::Load - runtime require of both modules and files
"Module::Load" eliminates the need to know whether you are trying to require either a file or a module. If you consult "perldoc -f require" you will see that "require" will behave differently when given a bareword or a string. In the case of a string...
BINGOS/Module-Load-0.36 - 29 Sep 2020 10:58:42 UTC
Module::JSAN - Build JavaScript distributions for JSAN
JSAN is the "JavaScript Archive Network," a JavaScript library akin to CPAN. Visit <http://www.openjsan.org/> for details. This module is a developer aid for creating JSAN distributions. This module works as simple wrapper for Module::Build::JSAN::In...
NPLATONOV/Module-JSAN-0.04 - 27 Jan 2010 18:14:00 UTC