Update to 0.05

- New upstream release 0.05
  - Fix test error when NO_NETWORK_TESTING is set (CPAN RT#101996, GH#3)
This commit is contained in:
Paul Howarth 2015-05-26 14:55:39 +01:00
parent 61fa211282
commit 3c4bb2c531
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-RequiresInternet
Version: 0.04
Version: 0.05
Release: 1%{?dist}
Summary: Easily test network connectivity
License: GPL+ or Artistic
@ -61,6 +61,10 @@ make test
%{_mandir}/man3/Test::RequiresInternet.3*
%changelog
* Tue May 26 2015 Paul Howarth <paul@city-fan.org> - 0.05-1
- Update to 0.05
- Fix test error when NO_NETWORK_TESTING is set (CPAN RT#101996, GH#3)
* Thu Jan 29 2015 Paul Howarth <paul@city-fan.org> - 0.04-1
- Update to 0.04
- Test::More prior to 0.88 (included with perl 5.10.1) does not support the

View File

@ -1 +1 @@
2790138130c2b6afa4d55346d0fc8bcf Test-RequiresInternet-0.04.tar.gz
0ba9f1cff4cf90ed2618c2eddfd525d8 Test-RequiresInternet-0.05.tar.gz