GRAYBYTE WORDPRESS FILE MANAGER4127

Server IP : 198.54.121.189 / Your IP : 216.73.216.34
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/share/perl5/vendor_perl/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/share/perl5/vendor_perl//Test2.pm
package Test2;
use strict;
use warnings;

our $VERSION = '1.302135';


1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Test2 - Framework for writing test tools that all work together.

=head1 DESCRIPTION

Test2 is a new testing framework produced by forking L<Test::Builder>,
completely refactoring it, adding many new features and capabilities.

=head2 WHAT IS NEW?

=over 4

=item Easier to test new testing tools.

From the beginning Test2 was built with introspection capabilities. With
Test::Builder it was difficult at best to capture test tool output for
verification. Test2 Makes it easy with C<Test2::API::intercept()>.

=item Better diagnostics capabilities.

Test2 uses an L<Test2::API::Context> object to track filename, line number, and
tool details. This object greatly simplifies tracking for where errors should
be reported.

=item Event driven.

Test2 based tools produce events which get passed through a processing system
before being output by a formatter. This event system allows for rich plugin
and extension support.

=item More complete API.

Test::Builder only provided a handful of methods for generating lines of TAP.
Test2 took inventory of everything people were doing with Test::Builder that
required hacking it up. Test2 made public API functions for nearly all the
desired functionality people didn't previously have.

=item Support for output other than TAP.

Test::Builder assumed everything would end up as TAP. Test2 makes no such
assumption. Test2 provides ways for you to specify alternative and custom
formatters.

=item Subtest implementation is more sane.

The Test::Builder implementation of subtests was certifiably insane. Test2 uses
a stacked event hub system that greatly improves how subtests are implemented.

=item Support for threading/forking.

Test2 support for forking and threading can be turned on using L<Test2::IPC>.
Once turned on threading and forking operate sanely and work as one would
expect.

=back

=head1 GETTING STARTED

If you are interested in writing tests using new tools then you should look at
L<Test2::Suite>. L<Test2::Suite> is a separate cpan distribution that contains
many tools implemented on Test2.

If you are interested in writing new tools you should take a look at
L<Test2::API> first.

=head1 NAMESPACE LAYOUT

This describes the namespace layout for the Test2 ecosystem. Not all the
namespaces listed here are part of the Test2 distribution, some are implemented
in L<Test2::Suite>.

=head2 Test2::Tools::

This namespace is for sets of tools. Modules in this namespace should export
tools like C<ok()> and C<is()>. Most things written for Test2 should go here.
Modules in this namespace B<MUST NOT> export subs from other tools. See the
L</Test2::Bundle::> namespace if you want to do that.

=head2 Test2::Plugin::

This namespace is for plugins. Plugins are modules that change or enhance the
behavior of Test2. An example of a plugin is a module that sets the encoding to
utf8 globally. Another example is a module that causes a bail-out event after
the first test failure.

=head2 Test2::Bundle::

This namespace is for bundles of tools and plugins. Loading one of these may
load multiple tools and plugins. Modules in this namespace should not implement
tools directly. In general modules in this namespace should load tools and
plugins, then re-export things into the consumers namespace.

=head2 Test2::Require::

This namespace is for modules that cause a test to be skipped when conditions
do not allow it to run. Examples would be modules that skip the test on older
perls, or when non-essential modules have not been installed.

=head2 Test2::Formatter::

Formatters live under this namespace. L<Test2::Formatter::TAP> is the only
formatter currently. It is acceptable for third party distributions to create
new formatters under this namespace.

=head2 Test2::Event::

Events live under this namespace. It is considered acceptable for third party
distributions to add new event types in this namespace.

=head2 Test2::Hub::

Hub subclasses (and some hub utility objects) live under this namespace. It is
perfectly reasonable for third party distributions to add new hub subclasses in
this namespace.

=head2 Test2::IPC::

The IPC subsystem lives in this namespace. There are not many good reasons to
add anything to this namespace, with exception of IPC drivers.

=head3 Test2::IPC::Driver::

IPC drivers live in this namespace. It is fine to create new IPC drivers and to
put them in this namespace.

=head2 Test2::Util::

This namespace is for general utilities used by testing tools. Please be
considerate when adding new modules to this namespace.

=head2 Test2::API::

This is for Test2 API and related packages.

=head2 Test2::

The Test2:: namespace is intended for extensions and frameworks. Tools,
Plugins, etc should not go directly into this namespace. However extensions
that are used to build tools and plugins may go here.

In short: If the module exports anything that should be run directly by a test
script it should probably NOT go directly into C<Test2::XXX>.

=head1 SEE ALSO

L<Test2::API> - Primary API functions.

L<Test2::API::Context> - Detailed documentation of the context object.

L<Test2::IPC> - The IPC system used for threading/fork support.

L<Test2::Formatter> - Formatters such as TAP live here.

L<Test2::Event> - Events live in this namespace.

L<Test2::Hub> - All events eventually funnel through a hub. Custom hubs are how
C<intercept()> and C<run_subtest()> are implemented.

=head1 CONTACTING US

Many Test2 developers and users lurk on L<irc://irc.perl.org/#perl-qa> and
L<irc://irc.perl.org/#toolchain>. We also have a slack team that can be joined
by anyone with an C<@cpan.org> email address L<https://perl-test2.slack.com/>
If you do not have an C<@cpan.org> email you can ask for a slack invite by
emailing Chad Granum E<lt>exodist@cpan.orgE<gt>.

=head1 SOURCE

The source code repository for Test2 can be found at
F<http://github.com/Test-More/test-more/>.

=head1 MAINTAINERS

=over 4

=item Chad Granum E<lt>exodist@cpan.orgE<gt>

=back

=head1 AUTHORS

=over 4

=item Chad Granum E<lt>exodist@cpan.orgE<gt>

=back

=head1 COPYRIGHT

Copyright 2018 Chad Granum E<lt>exodist@cpan.orgE<gt>.

This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

See F<http://dev.perl.org/licenses/>

=cut

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 03 2024 20:50:36
root / root
0755
Algorithm
--
March 03 2024 19:11:22
root / root
0755
App
--
June 04 2025 01:48:16
root / root
0755
Archive
--
March 03 2024 19:11:22
root / root
0755
Authen
--
March 03 2024 23:04:37
root / root
0755
B
--
March 03 2024 19:11:22
root / root
0755
CPAN
--
June 04 2025 01:48:16
root / root
0755
Carp
--
March 03 2024 19:11:19
root / root
0755
Config
--
March 03 2024 19:11:22
root / root
0755
Data
--
March 03 2024 23:04:38
root / root
0755
Date
--
March 03 2024 23:04:32
root / root
0755
Digest
--
March 03 2024 23:04:36
root / root
0755
Encode
--
March 03 2024 19:11:22
root / root
0755
Error
--
March 03 2024 19:11:22
root / root
0755
Exporter
--
March 03 2024 19:11:19
root / root
0755
ExtUtils
--
March 03 2024 19:12:34
root / root
0755
File
--
March 03 2024 23:04:33
root / root
0755
Filter
--
March 03 2024 19:11:22
root / root
0755
Getopt
--
March 03 2024 19:11:18
root / root
0755
Git
--
June 03 2025 22:48:53
root / root
0755
HTML
--
March 03 2024 23:04:36
root / root
0755
HTTP
--
June 15 2024 08:33:38
root / root
0755
IO
--
March 03 2024 23:04:34
root / root
0755
IPC
--
March 03 2024 19:11:22
root / root
0755
JSON
--
March 03 2024 19:11:21
root / root
0755
LWP
--
March 03 2024 23:04:46
root / root
0755
Locale
--
March 03 2024 19:11:22
root / root
0755
MRO
--
March 03 2024 19:11:23
root / root
0755
Math
--
March 03 2024 19:11:22
root / root
0755
Module
--
March 03 2024 19:12:34
root / root
0755
Mozilla
--
March 03 2024 19:11:18
root / root
0755
Net
--
March 05 2024 23:47:46
root / root
0755
POD2
--
March 03 2024 19:11:23
root / root
0755
Package
--
March 03 2024 19:11:22
root / root
0755
Params
--
March 03 2024 19:11:22
root / root
0755
Parse
--
March 03 2024 19:11:22
root / root
0755
Perl
--
March 03 2024 19:11:21
root / root
0755
PerlIO
--
March 03 2024 19:11:23
root / root
0755
Pod
--
March 03 2024 19:11:22
root / root
0755
Software
--
March 03 2024 19:11:23
root / root
0755
Sub
--
March 03 2024 19:11:22
root / root
0755
TAP
--
March 03 2024 19:11:20
root / root
0755
Term
--
March 03 2024 19:11:18
root / root
0755
Test
--
March 03 2024 19:11:23
root / root
0755
Test2
--
March 03 2024 19:11:23
root / root
0755
Text
--
March 03 2024 19:11:23
root / root
0755
Thread
--
March 03 2024 19:11:23
root / root
0755
Time
--
March 03 2024 23:04:32
root / root
0755
Try
--
March 03 2024 23:04:32
root / root
0755
Types
--
March 03 2024 23:04:26
root / root
0755
WWW
--
March 03 2024 23:04:31
root / root
0755
autodie
--
March 03 2024 19:11:22
root / root
0755
inc
--
March 03 2024 19:12:34
root / root
0755
lib
--
March 03 2024 19:11:23
root / root
0755
libwww
--
March 03 2024 23:04:46
root / root
0755
local
--
March 03 2024 19:11:23
root / root
0755
CPAN.pm
138.013 KB
June 03 2025 14:32:20
root / root
0644
Carp.pm
30.315 KB
October 13 2019 07:06:13
root / root
0644
Digest.pm
10.455 KB
October 13 2019 08:28:15
root / root
0644
Env.pm
5.395 KB
March 02 2013 17:10:37
root / root
0644
Error.pm
24.289 KB
October 14 2019 15:30:40
root / root
0644
Expect.pm
98.093 KB
May 18 2017 19:07:59
root / root
0644
Exporter.pm
18.307 KB
October 13 2019 08:52:02
root / root
0644
Fatal.pm
56.813 KB
July 09 2015 07:16:41
root / root
0644
Git.pm
46.945 KB
June 03 2025 03:21:07
root / root
0644
LWP.pm
21.168 KB
June 05 2018 18:49:03
root / root
0644
Test2.pm
6.243 KB
March 30 2018 05:53:02
root / root
0644
autodie.pm
12.584 KB
July 09 2015 07:16:41
root / root
0644
bigint.pm
22.85 KB
February 03 2018 10:59:33
root / root
0644
bignum.pm
20.642 KB
February 03 2018 10:59:37
root / root
0644
bigrat.pm
15.775 KB
February 03 2018 10:59:42
root / root
0644
constant.pm
14.379 KB
October 13 2019 13:55:02
root / root
0644
experimental.pm
6.829 KB
December 03 2017 17:40:21
root / root
0644
newgetopt.pl
2.154 KB
July 09 2010 12:26:51
root / root
0644
ok.pm
0.944 KB
March 30 2018 05:53:02
root / root
0644
parent.pm
2.515 KB
July 06 2018 17:53:12
root / root
0644
perldoc.pod
9.156 KB
August 02 2016 16:31:42
root / root
0644
perlfaq.pm
0.075 KB
June 05 2018 05:02:52
root / root
0644
perlfaq.pod
22.224 KB
June 05 2018 05:02:52
root / root
0644
perlfaq1.pod
14.118 KB
June 05 2018 05:02:52
root / root
0644
perlfaq2.pod
9.244 KB
June 05 2018 05:02:52
root / root
0644
perlfaq3.pod
36.655 KB
June 05 2018 05:02:52
root / root
0644
perlfaq4.pod
87.304 KB
June 05 2018 05:02:52
root / root
0644
perlfaq5.pod
54.205 KB
June 05 2018 05:02:52
root / root
0644
perlfaq6.pod
38.689 KB
June 05 2018 05:02:52
root / root
0644
perlfaq7.pod
36.93 KB
June 05 2018 05:02:52
root / root
0644
perlfaq8.pod
48.931 KB
June 05 2018 05:02:52
root / root
0644
perlfaq9.pod
14.499 KB
June 05 2018 05:02:52
root / root
0644
perlglossary.pod
134.016 KB
June 05 2018 05:02:52
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF