Tue, 01 Oct 2024 22:04:23 UTC | login

Information for build perl-Test-CleanNamespaces-0.23-4.fc29

ID55007
Package Nameperl-Test-CleanNamespaces
Version0.23
Release4.fc29
Epoch
SummaryCheck for uncleaned imports
DescriptionThis module lets you check your module's namespaces for imported functions you might have forgotten to remove with namespace::autoclean or namespace::clean and are therefore available to be called as methods, which usually isn't want you want.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 03:01:17 UTC
CompletedThu, 19 Jul 2018 03:01:17 UTC
Tags
f29
f30
f31
RPMs
src
perl-Test-CleanNamespaces-0.23-4.fc29.src.rpm (info) (download)
noarch
perl-Test-CleanNamespaces-0.23-4.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.23-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.23-3 - Perl 5.28 re-rebuild of bootstrapped packages * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.23-2 - Perl 5.28 rebuild * Tue Jun 26 2018 Paul Howarth <paul@city-fan.org> - 0.23-1 - Update to 0.23 - Properly skip potentially-problematic tests when needed, due to circular dependencies between Moose and Test::CleanNamespaces (CPAN RT#125678) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.22-4 - Perl 5.26 re-rebuild of bootstrapped packages * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.22-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Aug 19 2016 Paul Howarth <paul@city-fan.org> - 0.22-1 - Update to 0.22 - Properly find the list of modules to test (regression since 0.19) * Tue Aug 16 2016 Paul Howarth <paul@city-fan.org> - 0.21-1 - Update to 0.21 - Switch to plain old Exporter, removing build_* subs from the API