The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:XT-Files 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

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

Author tests often iterate over the files of a distribution to check them. XT::Files is a standard interface that allows the author test to ask the distribution for all the files of a type, instead of guessing which files to check....

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

XT::Files::File - file object for XT::Files River stage one • 5 direct dependents • 5 total dependents

The "XT::Files::File" object is used by XT::Files to represent files that should be tested....

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

XT::Files::Plugin - base class for XT::Files plugins River stage one • 5 direct dependents • 5 total dependents

This is the parent class for all XT::Files plugins. There should never be a reason to instantiate this class directly. To write your own plugin, use this class as your parent. use parent 'XT::Files::Plugin'; Your plugin then must implement a "run" me...

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

XT::Files::Plugin::lib - allow loading of local plugins River stage one • 5 direct dependents • 5 total dependents

Prepends the specified path to the @INC. This can be used to load XT::Files plugins distributed with the distribution. Add the library you would like to have added to @INC in your distributions XT::Files configuration file in the section of the "lib"...

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

XT::Files::Role::Logger - logging role River stage one • 5 direct dependents • 5 total dependents

This Role::Tiny role adds logging functionality to all XT::Files classes....

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

XT::Files::Plugin::Dirs - plugin to add directories to be tested River stage one • 5 direct dependents • 5 total dependents

Adds some directories to XT::Files to be tested by author tests. Every file found in the directory that matches the directory types criteria, is added, as the specified type. The files are searched recursive. Symlinks are skipped. The directories are...

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

XT::Files::Plugin::Files - plugin to add files to be tested River stage one • 5 direct dependents • 5 total dependents

Adds some files to XT::Files to be tested by author tests. use this to add single files. To recursively add while directories, the XT::Files::Plugin::Dirs plugin is better suited. The following options are supported: * bin Adds the files as Perl scri...

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

XT::Files::Plugin::Default - plugin with default configuration River stage one • 5 direct dependents • 5 total dependents

This plugin contains the default configuration for XT::Files. If no configuration file is present for "XT::Files", this plugin is loaded. The plugin can also be loaded from the config file to extend upon its config. The default configuration configur...

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

XT::Files::Plugin::Excludes - plugin to configure excludes River stage one • 5 direct dependents • 5 total dependents

Configure excludes for XT::Files. Excludes are regexes that are matched against the base name of found files and if the file name matches the file is not tested. Use this to exclude backup files or temporary files from your editor. The "exclude" opti...

SKIRMESS/XT-Files-0.002 - 24 Aug 2019 22:02:15 UTC
10 results (0.057 seconds)