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

Search results for "SKIRMESS"

XT::Files - standard interface for author tests to find files to check River stage one • 5 direct dependents • 5 total dependents

Author tests often iterate over your distributions files to check them. Unfortunately, every XT test uses its own code and defaults, to find the files to check, which means they often don't fit the need of your distribution. Common problems are not c...

SKIRMESS/XT-Files-0.002 - 24 Aug 2019 22:02:15 UTC - Search in distribution

Test::Pod::LinkCheck::Lite - Test POD links River stage one • 1 direct dependent • 1 total dependent

This Perl module tests POD links. A given file generates one failure for each broken link found. If no broken links are found, one passing test is generated. This all means that there is no way to know how many tests will be generated, and you will n...

WYANT/Test-Pod-LinkCheck-Lite-0.013 - 03 Mar 2024 13:38:11 UTC - Search in distribution

App::SSH::SwitchShell - Use your preferred shell and own home directory for shared SSH accounts River stage zero No dependents

sshss adds support to ease the pain of these dreadful shared accounts prevalent at some organizations. All you have to do is add sshss to the *command* string of the authorized_keys file. sshss lets you define a different shell then the one defined i...

SKIRMESS/App-SSH-SwitchShell-0.006 - 02 Apr 2018 23:14:07 UTC - Search in distribution

App::ReportPrereqs - report prerequisite versions River stage zero No dependents

The "report-prereqs" utility will examine a cpanfile, META.json, or META.yml file for prerequisites with Module::CPANfile respectively CPAN::Meta. It reports the version of all modules listed as prerequisites (including 'recommends', 'suggests', etc....

SKIRMESS/App-ReportPrereqs-0.008 - 12 Jan 2022 22:43:52 UTC - Search in distribution

Test::Pod::Links - test Pod for invalid HTTP/S links River stage zero No dependents

Tests that all HTTP/S links from Pod documentation are reachable by calling the "head" method of HTTP::Tiny on them. All non HTTP/S links are ignored. You can check them with Test::Pod::LinkCheck. This test is an author test and should not run on end...

SKIRMESS/Test-Pod-Links-0.003 - 03 Aug 2019 13:54:38 UTC - Search in distribution

Git::Background - use Git commands with Future River stage one • 3 direct dependents • 3 total dependents

SKIRMESS/Git-Background-0.008 - 17 Aug 2023 12:05:08 UTC - Search in distribution

Test::Spelling::Comment - check for spelling errors in code comments River stage zero No dependents

"Test::Spelling::Comment" lets you check the spelling of your code comments, and report its results in standard Test::More fashion. This module uses Comment::Spell::Check to do the checking, which requires a spellcheck program such as "spell", "aspel...

SKIRMESS/Test-Spelling-Comment-0.005 - 03 Aug 2019 23:42:57 UTC - Search in distribution

Perl::Critic::MergeProfile - merge multiple Perl::Critic profiles into one River stage one • 1 direct dependent • 1 total dependent

Merges multiple Perl::Critic profiles into a single one. This allows to keep a common base profile for all projects but add project specific changes to the profile....

SKIRMESS/Perl-Critic-MergeProfile-0.003 - 05 Jul 2018 20:49:25 UTC - Search in distribution

Test::PerlTidy::XTFiles - XT::Files interface for Test::PerlTidy River stage zero No dependents

Adds support for the XT::Files interface to Test::PerlTidy....

SKIRMESS/Test-PerlTidy-XTFiles-0.001 - 06 Aug 2019 11:39:02 UTC - Search in distribution

Test::Perl::Critic::XTFiles - Perl::Critic test with XT::Files interface River stage zero No dependents

Tests all the files supplied from XT::Files with Perl::Critic. The output, and behavior, should be the same as from Test::Perl::Critic....

SKIRMESS/Test-Perl-Critic-XTFiles-0.001 - 25 Aug 2019 09:12:06 UTC - Search in distribution

Dist::Zilla::Plugin::Code - dynamically create plugins from a bundle River stage zero No dependents

Dist::Zilla::Plugin::Code::AfterBuild something that runs after building is mostly complete Dist::Zilla::Plugin::Code::AfterRelease something that runs after release is mostly complete Dist::Zilla::Plugin::Code::BeforeArchive something that runs befo...

SKIRMESS/Dist-Zilla-Plugin-Code-0.008 - 09 Aug 2023 20:44:38 UTC - Search in distribution

Test::RequiredMinimumDependencyVersion - require a minimum version for your dependencies River stage zero No dependents

There are some modules where you'll always depend on a minimal version, either because of a bug or because of an API change. A good example would be Test::More where version 0.88 introduced "done_testing()" or version which strongly urges to set 0.77...

SKIRMESS/Test-RequiredMinimumDependencyVersion-0.003 - 03 Aug 2019 18:22:30 UTC - Search in distribution

Dist::Zilla::Plugin::Git::Checkout - clone and checkout a Git repository River stage zero No dependents

This plugin clones, or if it is already cloned, fetches and updates a Git repository. The plugin runs during the initialization phase, which is the same for bundles and plugins. You can check out a Git repository and load bundles or plugins from this...

SKIRMESS/Dist-Zilla-Plugin-Git-Checkout-0.004 - 08 Jan 2022 20:20:37 UTC - Search in distribution

Dist::Zilla::Role::PluginBundle::Zilla - adds the zilla object and the logger to your bundles River stage zero No dependents

This role makes the "zilla" object available and adds the "log", "log_fatal", and "log_debug" methods to your bundle. This allows you to use the same logging procedure in your bundle that plugins use. If you use Dist::Zilla::Role::PluginBundle::Easy ...

SKIRMESS/Dist-Zilla-Role-PluginBundle-Zilla-0.001 - 06 Aug 2020 19:09:32 UTC - Search in distribution

Dist::Zilla::Plugin::AutoPrereqs::Perl::Critic - automatically extract Perl::Critic policy prereqs River stage zero No dependents

This plugin will add Perl::Critic and all policies used by it, in the installed version, as distribution prerequisites. critic_config By default no policy is specified which lets Perl::Critic find the config itself. This defaults to .perlcriticrc in ...

SKIRMESS/Dist-Zilla-Plugin-AutoPrereqs-Perl-Critic-0.006 - 02 Apr 2018 22:54:55 UTC - Search in distribution

Dist::Zilla::Plugin::Git::FilePermissions - fix the file permissions in your Git repository with Dist::Zilla River stage zero No dependents

This plugin fixes the file permissions of all the files in the Git repository where your project is saved. Files not in the Git index, and directories, are ignored. Without configuration, every file is changed to the default permission of 0644. The d...

SKIRMESS/Dist-Zilla-Plugin-Git-FilePermissions-1.002 - 25 Oct 2022 20:35:49 UTC - Search in distribution

Perl::PrereqScanner::Scanner::TestNeeds - scan for modules loaded with Test::Needs River stage zero No dependents

This is a scanner for Perl::PrereqScanner that finds modules used with Test::Needs. Note: The scanner currently does not detect modules loaded with the "test_needs" sub, only modules used with a use statement are detected. use Test::Needs 'Some::Modu...

SKIRMESS/Perl-PrereqScanner-Scanner-TestNeeds-0.001 - 09 Jul 2021 22:17:36 UTC - Search in distribution

Dist::Zilla::Plugin::Git::RequireUnixEOL - enforce the correct line endings in your Git repository with Dist::Zilla River stage zero No dependents

This plugin checks that all the files in the Git repository where your project is saved use Unix line endings and have no whitespace at the end of a line. Files not in the Git index are ignored. You can ignore additional files with the "ignore" optio...

SKIRMESS/Dist-Zilla-Plugin-Git-RequireUnixEOL-1.001 - 08 Jan 2022 22:54:25 UTC - Search in distribution
18 results (0.03 seconds)