Commit Graph

4 Commits

Author SHA1 Message Date
Paul Howarth
3c4bb2c531 Update to 0.05
- New upstream release 0.05
  - Fix test error when NO_NETWORK_TESTING is set (CPAN RT#101996, GH#3)
2015-05-26 14:55:39 +01:00
Paul Howarth
61fa211282 Update to 0.04
- New upstream release 0.04
  - Test::More prior to 0.88 (included with perl 5.10.1) does not support the
    done_testing() function; revert to a test plan to support older perls
    (GH#2)
2015-01-29 17:53:13 +00:00
Paul Howarth
6490865d8c Initial import (perl-Test-RequiresInternet-0.03-2)
This module is intended to easily test network connectivity before functional
tests begin to non-local Internet resources. It does not require any modules
beyond those supplied in core Perl.

If you do not specify a host/port pair, then the module defaults to using
www.google.com on port 80. You may optionally specify the port by its name, as
in http or ldap. If you do this, the test module will attempt to look up the
port number using getservbyname. If you do specify a host and port, they must
be specified in pairs. It is a fatal error to omit one or the other.

If the environment variable NO_NETWORK_TESTING is set, then the tests will be
skipped without attempting any socket connections.

If the sockets cannot connect to the specified hosts and ports, the exception
is caught, reported and the tests skipped.
2015-01-27 14:36:37 +00:00
Fedora Release Engineering
57af972f57 Initial setup of the repo 2015-01-27 14:10:41 +00:00