[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Пакет perl-Test-Simple-3:1.302181-2.module+el8.10.0+349+79da77b5.src download

Имя perl-Test-Simple
Эпоха 3
Версия 1.302181
Релиз 2.module+el8.10.0+349+79da77b5
Архитектура src
Сайт https://metacpan.org/release/Test-Simple
Лицензия (GPL+ or Artistic) and CC0 and Public Domain
Время сборки 2024-05-30 08:39:39
Хост сборки builder-x86-07.inferitos.ru
Краткое описание Basic utilities for writing tests
Репозитории AppStream
Полное описание This package provides the bulk of the core testing facilities. For more information, see perldoc for Test::Simple, Test::More, etc. This package is the CPAN component of the dual-lifed core package Test-Simple.
Эррата
Размер 363 КиБ
Исходный проект perl-Test-Simple-1.302181-2.module+el8.10.0+349+79da77b5
Контрольная сумма SHA-256 af7ee94d168777a359b00c27923921a2041f03cde474d238c94b68a1e2fee929
Module perl-5.32-8100020240529213853.103a1005
× Full screenshot
История изменений link
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3:1.302181-2
- Rebuilt for MSVSphere 8.10 beta

* Thu Oct 15 2020 Petr Pisar <ppisar@redhat.com> - 3:1.302181-2
- Demote Module::Pluggable hard dependency to Suggests level

* Mon Sep 14 2020 Paul Howarth <paul@city-fan.org> - 3:1.302181-1
- Update to 1.302181
  - Put try_sig_mask back where it goes (and add test to prevent this in the
    future)
  - Drop new List::Util requirement back down

* Mon Sep 14 2020 Paul Howarth <paul@city-fan.org> - 3:1.302180-1
- Update to 1.302180
  - Move try_sig_mask to the only module that uses it
  - Inherit warnings bitmask in cmp_ok string eval
  - Update copyright date
  - Improved API for intercept {} and what it returns
  - Bump minimum List::Util version (for uniq)

* Fri Aug 07 2020 Petr Pisar <ppisar@redhat.com> - 3:1.302177-1
- Update to 1.302177
  - Minor fix to author downstream test
  - No significant changes since the last trial
  - Fix Test::More's $TODO inside intercept (#862)

* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.302175-458
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302175-457
- Perl 5.32 re-rebuild of bootstrapped packages

* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302175-456
- Increase release to favour standalone package

* Tue Apr 14 2020 Paul Howarth <paul@city-fan.org> - 3:1.302175-1
- Update to 1.302175
  - Fix typos in POD
  - Fix incorrect Test2::Hub documentation
  - Fix test that needed . in @INC on Windows
  - Fix Breakage test to show more info

* Tue Mar 31 2020 Paul Howarth <paul@city-fan.org> - 3:1.302174-1
- Update to 1.302174
  - Fall back to Data::Dumper if JSON::PP is not available during IPC errors