diff --git a/Test-Simple-1.302200.tar.gz b/Test-Simple-1.302200.tar.gz deleted file mode 100644 index 15bd87c9a7742831aadcbdaef6085622729b7c33..0000000000000000000000000000000000000000 Binary files a/Test-Simple-1.302200.tar.gz and /dev/null differ diff --git a/Test-Simple-1.302204.tar.gz b/Test-Simple-1.302204.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cd70effbdeedc8c0ed8441d9296f369e6d4ddc13 Binary files /dev/null and b/Test-Simple-1.302204.tar.gz differ diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index d55322bc2026f66ce39a9acd5fd38bc616e1d735..fc6cac928c0400339969d7dda89f0743df625395 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -2,7 +2,7 @@ Name: perl-%{mod_name} Summary: Basic utilities for writing tests Epoch: 2 -Version: 1.302200 +Version: 1.302204 Release: 1 License: (GPL+ or Artistic) and CC0 and Public Domain URL: https://metacpan.org/release/%{mod_name} @@ -66,6 +66,11 @@ make test AUTHOR_TESTING=1 %{_mandir}/man3/Test* %changelog +* Tue Sep 24 2024 dfh - 2:1.302204-1 +- Upgrade version to 1.302204 +- Add pending diagnostics functionality +- Show warnings/exceptions for no_warnings() and lives() + * Fri Aug 9 2024 dfh - 2:1.302200-1 - Upgrade to version 1.302200 - Merge Test2-Suite into Test-Simple