Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Test-CleanNamespaces | Distribution: Fedora Project |
Version: 0.24 | Vendor: Fedora Project |
Release: 6.el8 | Build date: Wed Oct 16 16:29:05 2019 |
Group: Unspecified | Build host: buildvm-ppc64le-12.ppc.fedoraproject.org |
Size: 36921 | Source RPM: perl-Test-CleanNamespaces-0.24-6.el8.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Test-CleanNamespaces | |
Summary: Check for uncleaned imports |
This 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.
GPL+ or Artistic
* Wed Oct 16 2019 Paul Howarth <paul@city-fan.org> - 0.24-6 - Don't run optional tests for EPEL builds (avoids need for bootstrapping) * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.24-4 - Perl 5.30 re-rebuild of bootstrapped packages * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.24-3 - Perl 5.30 rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Dec 10 2018 Paul Howarth <paul@city-fan.org> - 0.24-1 - Update to 0.24 - Fix detection of constant subs on some platforms * 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 * Fri Jun 17 2016 Paul Howarth <paul@city-fan.org> - 0.19-1 - Update to 0.19 - Removed dependencies on namespace::clean, Sub::Exporter, File::Find::Rule - Simplify find command using -delete - Downgrade Role::Tiny dependency to Recommends: on Fedora - BR: perl-generators where available * Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.18-7 - Perl 5.24 re-rebuild of bootstrapped packages * Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.18-6 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.18-3 - Perl 5.22 re-rebuild of bootstrapped packages * Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.18-2 - Perl 5.22 rebuild * Wed Jan 21 2015 Paul Howarth <paul@city-fan.org> - 0.18-1 - Update to 0.18 - Remove Moose test requires <-> Test::CleanNamespaces test recommends circular relationship (softened to suggests) * Tue Jan 20 2015 Paul Howarth <paul@city-fan.org> - 0.17-1 - Update to 0.17 - Skip Mouse tests if some required interfaces are not available * Mon Nov 10 2014 Paul Howarth <paul@city-fan.org> - 0.16-2 - Sanitize for Fedora submission * Thu Sep 04 2014 Paul Howarth <paul@city-fan.org> - 0.16-1 - Update to 0.16 - Bump Package::Stash prereq to ensure used methods are available - Skip Moose-related tests for normal installs, to get out of circularity hell if Moose is installed but broken and needing an upgrade * Wed Aug 27 2014 Paul Howarth <paul@city-fan.org> - 0.14-2 - Don't run the optional tests when bootstrapping, to avoid circular build dependencies - perl(Test::Warnings) is required when bootstrapping * Thu Aug 14 2014 Paul Howarth <paul@city-fan.org> - 0.14-1 - Update to 0.14 - Remove accidental dependency on Class::MOP (which turned into a circular dependency with Moose-2.1211) - Use %license where possible * Wed Jun 25 2014 Paul Howarth <paul@city-fan.org> - 0.13-1 - Update to 0.13 - Bump (optional) prereq on Moo to get some fixes for handling roles - Edit out use of Test::Warnings in the test suite for old distributions that can't provide it * Wed Jun 18 2014 Paul Howarth <paul@city-fan.org> - 0.12-1 - Update to 0.12 - Also special case constant subs, which show up in the symbol table before perl 5.010 as 'constant::__ANON__' * Tue Jun 17 2014 Paul Howarth <paul@city-fan.org> - 0.11-2 - Add upstream fix for Perl 5.8 compatibility * Mon Jun 16 2014 Paul Howarth <paul@city-fan.org> - 0.11-1 - Update to 0.11 - Increased version for optional Role::Tiny prereq, to get the needed is_role interface - Now ignoring 'import', 'unimport' subs; also handle users of Moose::Exporter without erroring - Now ignoring overloaded methods - Now also properly handle classes using Class::MOP directly - Fix test diagnostics in the success case - Fix use of a new Scalar::Util export in tests - The return value of namespaces_clean() and all_namespaces_clean() is now consistent with the result of the test(s) - Fixed tests to expose an issue with Mouse classes, and documented this (now) known issue - Switch to ExtUtils::MakeMaker flow - Test suite now relies on perl 5.10 or later, so don't build for anything older - Drop %defattr, redundant since rpm 4.4 - BR: perl(Test::Requires) unconditionally * Sun Mar 09 2014 Paul Howarth <paul@city-fan.org> - 0.08-1 - Update to 0.08 - Fixed method identification in Moose and Mouse roles - Update patch for building without Test::Requires * Mon Mar 03 2014 Paul Howarth <paul@city-fan.org> - 0.07-1 - Update to 0.07 - Lots more tests - In failing tests, identify the source of the uncleaned sub(s) - Remove the dependency on Class::MOP by inspecting the package stash directly - Switch to Module::Build::Tiny flow - Package upstream's new CONTRIBUTING and README.md files - Don't bother trying to run the extra tests - Test suite actually requires Test::More ≥ 0.94, so bundle a suitable version to use if necessary - Drop all existing patches - Add a patch to support building with old Module::Build::Tiny versions - Add a patch to support building without Test::Requires if necessary * Wed Sep 25 2013 Paul Howarth <paul@city-fan.org> - 0.05-1 - Update to 0.05 - Re-release with fixed compile test - Update patches as needed * Thu Sep 19 2013 Paul Howarth <paul@city-fan.org> - 0.04-2 - Don't run the extra tests when bootstrapping * Sun Sep 15 2013 Paul Howarth <paul@city-fan.org> - 0.04-1 - Update to 0.04 - Remove use of deprecated Class::MOP::load_class - This release by ETHER -> update source URL - Add patches to support building with old Test::More versions - Add buildreqs for and explicitly run the extra tests * Thu Jul 25 2013 Paul Howarth <paul@city-fan.org> - 0.03-2 - Perl 5.18 rebuild * Sat Jun 29 2013 Paul Howarth <paul@city-fan.org> - 0.03-1 - Initial RPM version
/usr/share/doc/perl-Test-CleanNamespaces /usr/share/doc/perl-Test-CleanNamespaces/CONTRIBUTING /usr/share/doc/perl-Test-CleanNamespaces/Changes /usr/share/doc/perl-Test-CleanNamespaces/README /usr/share/licenses/perl-Test-CleanNamespaces /usr/share/licenses/perl-Test-CleanNamespaces/LICENCE /usr/share/man/man3/Test::CleanNamespaces.3pm.gz /usr/share/perl5/vendor_perl/Test /usr/share/perl5/vendor_perl/Test/CleanNamespaces.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Dec 26 07:50:05 2024