diff --git a/Set-Tiny-0.05.tar.gz b/Set-Tiny-0.05.tar.gz deleted file mode 100644 index 6d00f10c4c63488189917a38671675c1bf181fb9..0000000000000000000000000000000000000000 Binary files a/Set-Tiny-0.05.tar.gz and /dev/null differ diff --git a/Set-Tiny-0.06.tar.gz b/Set-Tiny-0.06.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b60977047badb3f6111228f6f910bbf91b40c404 Binary files /dev/null and b/Set-Tiny-0.06.tar.gz differ diff --git a/perl-Set-Tiny.spec b/perl-Set-Tiny.spec index 005fe9c1966438b852f2a0b69c5b0981685193fe..26f84f7fce0532cdb93b5f86c6e8c1fe663d1bd2 100644 --- a/perl-Set-Tiny.spec +++ b/perl-Set-Tiny.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: perl-Set-Tiny -Version: 0.05 +Version: 0.06 Release: 1 Summary: Simple sets of strings License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Set-Tiny/ -Source0: http://www.cpan.org/authors/id/T/TR/TRENDELS/Set-Tiny-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Set-Tiny-%{version}.tar.gz BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) @@ -77,6 +77,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Jan 17 2025 sqfu - 0.06-1 +- update version to 0.06 +- Revised Dist::Zilla packaging +- Reduced minumum perl version +- Fixed contains method to always return a single boolean value. + * Fri Jul 19 2024 xieyanlong - 0.05-1 - Migration from Makefile.PL to Dist::Zilla - Enabled warnings pragma