NAME
XT::Files::Plugin::Dirs - plugin to add directories to be tested
VERSION
Version 0.002
SYNOPSIS
In the XT::Files config file:
[Dirs]
bin = bin
bin = script
module = lib
test = t
test = xt
DESCRIPTION
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 sorted and processed in reverse order. This allows you to e.g. add
bin = maint
module = maint/lib
and maint/lib will be searched first. Then, when maint is searched all the files found from maint/lib won't be overwritten, effectively blocking them from being found as bin.
The following options are supported:
bin
Adds all files contained in these directories as Perl scripts to the list of files to be tested.
module
Adds all files with the
.pm
extension, contained in these directories, as module files to the list of files to be tested. Files with the.pod
extension are added as Pod files.test
Adds all files contained in these directories with the
.t
extension as test files.
USAGE
new
Inherited from XT::Files::Plugin.
run
The run
method should not be run directly. Use the plugin
call from XT::Files
SEE ALSO
XT::Files, XT::Files::Plugin, XT::Files::Plugin::Default
SUPPORT
Bugs / Feature Requests
Please report any bugs or feature requests through the issue tracker at https://github.com/skirmess/XT-Files/issues. You will be notified automatically of any progress on your issue.
Source Code
This is open source software. The code repository is available for public review and contribution under the terms of the license.
https://github.com/skirmess/XT-Files
git clone https://github.com/skirmess/XT-Files.git
AUTHOR
Sven Kirmess <sven.kirmess@kzone.ch>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2019 by Sven Kirmess.
This is free software, licensed under:
The (two-clause) FreeBSD License