| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Test-Modern | Distribution: Fedora Project |
| Version: 0.013 | Vendor: Fedora Project |
| Release: 15.el8 | Build date: Tue Nov 5 17:05:32 2019 |
| Group: Unspecified | Build host: buildhw-04.phx2.fedoraproject.org |
| Size: 93354 | Source RPM: perl-Test-Modern-0.013-15.el8.src.rpm |
| Packager: Fedora Project | |
| Url: https://metacpan.org/release/Test-Modern | |
| Summary: Precision testing for modern perl | |
Test::Modern provides the best features of Test::More, Test::Fatal, Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces. Test::Modern also automatically imposes strict and warnings on your script, and loads IO::File (much of the same stuff Modern::Perl does).
GPL+ or Artistic
* Tue Nov 05 2019 Paul Howarth <paul@city-fan.org> - 0.013-15
- Spec tidy-up
- Use author-independent source URL
- Specify all build dependencies
- Simplify find command using -delete
- Fix permissions verbosely
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.013-13
- Perl 5.30 rebuild
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.013-10
- Perl 5.28 rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.013-7
- Perl 5.26 rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.013-5
- Perl 5.24 rebuild
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.013-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon Jun 08 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.013-2
- Perl 5.22 rebuild
* Thu Oct 09 2014 Paul Howarth <paul@city-fan.org> - 0.013-1
- Update to 0.013
- Add 'test recommends' dependencies on a few modules
* Tue Sep 30 2014 Paul Howarth <paul@city-fan.org> - 0.012-1
- Update to 0.012
- does_ok no longer calls the internal Test::Builder '_try' method
* Thu Sep 18 2014 Paul Howarth <paul@city-fan.org> - 0.011-1
- Update to 0.011
- version_all_same now copes better with undef versions
- Use %license
* Mon Sep 01 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.010-2
- Perl 5.20 rebuild
* Fri Jul 18 2014 Paul Howarth <paul@city-fan.org> - 0.010-1
- Update to 0.010
- Fix the behaviour of the BAIL_OUT called within object_ok
- Add is_fastest, inspired by Test::Benchmark
* Mon Jul 07 2014 Paul Howarth <paul@city-fan.org> - 0.009-1
- Update to 0.009
- Added: Implement an `-internet` feature allowing test scripts to declare
they need access to the Internet; this honours the NO_NETWORK_TESTS
environment variable
- Precautionary bypassing of prototype for internal calls to
`Test::More::subtest`
- Updated: Improved `namespaces_clean` implementation along the same lines
as recent changes to Test::CleanNamespaces
* Thu Jun 19 2014 Paul Howarth <paul@city-fan.org> - 0.008-1
- Update to 0.008
- Package with a newer Dist::Inkt to provide a better Makefile.PL (copes
better with missing CPAN::Meta::Requirements)
- CONTRIBUTING file is now licensed CC-BY-SA or GPL+ or Artistic so we can
make the whole package GPL+ or Artistic now
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Apr 10 2014 Paul Howarth <paul@city-fan.org> - 0.007-1
- Update to 0.007
- Fix for warnings being generated deep in the bowels of File::Spec
(CPAN RT#94383)
* Fri Apr 04 2014 Paul Howarth <paul@city-fan.org> - 0.006-1
- Update to 0.006
- EXPERIMENTALLY provide Test::Lib-like behavior, and a related -lib export
tag
- Support an environment variable PERL_TEST_MODERN_ALLOW_WARNINGS to allow
end-users to skip running end warnings tests
- Added shouldnt_warn function
- Add upstream workaround for warnings generated in File::Spec
* Wed Mar 26 2014 Paul Howarth <paul@city-fan.org> - 0.005-1
- Update to 0.005
- Support Perl 5.6.1+
* Tue Mar 25 2014 Paul Howarth <paul@city-fan.org> - 0.004-1
- Update to 0.004
- EXPERIMENTALLY provide Test::Pod functions
- EXPERIMENTALLY provide Test::Pod::Coverage functions
- EXPERIMENTALLY provide Test::Version functions
- Improve the implementation of -without, including better compatibility with
pre-5.12 versions of Perl
* Tue Mar 25 2014 Paul Howarth <paul@city-fan.org> - 0.003-1
- Update to 0.003
- Provide a Test::Without::Module-like feature (-without)
- Load IO::File and IO::Handle like Modern::Perl does
* Thu Mar 20 2014 Paul Howarth <paul@city-fan.org> - 0.002-3
- Incorporate feedback from package review (#1078950)
- BR: perl for build process
- BR: perl(base) for test suite
- BR:/R: perl(Moose::Util), perl(Mouse::Util) and perl(Role::Tiny) for
runtime
- CONTRIBUTING file is CC-BY-SA
(https://github.com/tobyink/p5-test-modern/issues/1)
* Thu Mar 20 2014 Paul Howarth <paul@city-fan.org> - 0.002-2
- Sanitize for Fedora submission
* Fri Mar 14 2014 Paul Howarth <paul@city-fan.org> - 0.002-1
- Initial RPM version
/usr/share/doc/perl-Test-Modern /usr/share/doc/perl-Test-Modern/CONTRIBUTING /usr/share/doc/perl-Test-Modern/CREDITS /usr/share/doc/perl-Test-Modern/Changes /usr/share/doc/perl-Test-Modern/README /usr/share/licenses/perl-Test-Modern /usr/share/licenses/perl-Test-Modern/COPYRIGHT /usr/share/licenses/perl-Test-Modern/LICENSE /usr/share/man/man3/Test::Modern.3pm.gz /usr/share/perl5/vendor_perl/Test /usr/share/perl5/vendor_perl/Test/Modern.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 6 06:51:56 2025