Update to 1.29

- New upstream release 1.29
  - Add program_runs and related functions for testing programs that do not
    run under Perl (GH#26, GH#27)
  - Documentation improvements (GH#30, GH#31)
  - Added script_fails and program_fails functions (GH#34, GH#38)
epel9 imports/e9/perl-Test-Script-1.29-1.el9
Paul Howarth 3 years ago
parent 4f052e24c1
commit d655064ca6

1
.gitignore vendored

@ -1 +1,2 @@
/Test-Script-1.25.tar.gz
/Test-Script-1.29.tar.gz

@ -1,6 +1,6 @@
Name: perl-Test-Script
Version: 1.25
Release: 2%{?dist}
Version: 1.29
Release: 1%{?dist}
Summary: Cross-platform basic tests for scripts
License: GPL+ or Artistic
URL: https://metacpan.org/release/Test-Script
@ -54,12 +54,19 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
make test
%files
%doc Changes README
%license LICENSE
%doc Changes README
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::Script.3*
%changelog
* Fri Jan 7 2022 Paul Howarth <paul@city-fan.org> - 1.29-1
- Update to 1.29
- Add program_runs and related functions for testing programs that do not
run under Perl (GH#26, GH#27)
- Documentation improvements (GH#30, GH#31)
- Added script_fails and program_fails functions (GH#34, GH#38)
* Mon Sep 9 2019 Paul Howarth <paul@city-fan.org> - 1.25-2
- Tidy up for EPEL-8 build
- Use author-independent source URL

@ -1 +1 @@
SHA512 (Test-Script-1.25.tar.gz) = 307aeb0692ff4f116bbdadced22526ee583df184742ffde7922e18e2949889b309f57d12dfdc4fef65d55489634dedd77d57fa76ba7b12fc3e58c3bb71b6d81b
SHA512 (Test-Script-1.29.tar.gz) = 979fade0abc83f8d7d4c1c094fa928e27bd7c9db52140b156689d3b192d9ea84f5824554d6788c9144cf2923a04b1d8a8bdfdcc05a0be5514de92353c9a7d10f

Loading…
Cancel
Save