-
perl-Test-NoTabs-1.3-5.lbn19.noarch
This module scans your project/distribution for any perl files (scripts,
modules, etc.) for the presence of tabs.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-NoWarnings-1.04-2.lbn19.noarch
In general, your tests shouldn't produce warnings. This module causes any
warnings to be captured and stored. It automatically adds an extra test
that will run when your script ends to check that there were no warnings.
If there were any warnings, the test will give a "not ok" and diagnostics of
where, when and what the warning was, including a stack trace of what was
going on when the it occurred.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Output-1.01-7.fc19.noarch
Test::Output provides a simple interface for testing output sent to STDOUT
or STDERR. A number of different utilities are included to try and be as
flexible as possible to the tester.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Perl-Critic-1.02-10.fc19.noarch
Test::Perl::Critic wraps the Perl::Critic engine in a convenient
subroutine suitable for test programs written using the Test::More
framework. This makes it easy to integrate coding-standards enforcement
into the build process. For ultimate convenience (at the expense of some
flexibility), see the criticism pragma.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Pod-1.46-1.lbn19.noarch
Check POD files for errors or warnings in a test file, using Pod::Simple to do
the heavy lifting.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Pod-Coverage-1.08-19.lbn19.noarch
Checks for POD coverage in files for your distribution.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Pod-LinkCheck-0.007-5.fc19.noarch
This module looks for any links in your POD and verifies that they point to
a valid resource. It uses the Pod::Simple parser to analyze the pod files
and look at their links. In a nutshell, it looks for L<Foo> links and makes
sure that Foo exists. It also recognizes section links, L</SYNOPSIS> for
example. Also, manual pages are resolved and checked.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Pod-No404s-0.01-5.fc19.noarch
This module looks for any HTTP(S) links in your POD and verifies that they
will not return a 404. It uses LWP::UserAgent for the heavy lifting, and
simply lets you know if it failed to retrieve the document. More specifically,
it uses $response->is_error as the "test".
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Portability-Files-0.06-1.lbn19.noarch
This module is used to check the portability across operating systems of
the names of the files present in the distribution of a module. The tests
use the advice given in "Files and Filesystems" in perlport. The author of
a distribution can select which tests to execute.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Test-Refcount-0.07-8.fc19.noarch
The Perl garbage collector uses simple reference counting during the normal
execution of a program. This means that cycles or unweakened references in
other parts of code can keep an object around for longer than intended. To
help avoid this problem, the reference count of a new object from its class
constructor ought to be 1. This way, the caller can know the object will be
properly DESTROYed when it drops all of its references to it.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19