Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-namespace-clean-0.24-2.el7 RPM for noarch

From EPEL 7 for aarch64 / Packages / p

Name: perl-namespace-clean Distribution: Fedora Project
Version: 0.24 Vendor: Fedora Project
Release: 2.el7 Build date: Wed Jan 15 18:41:24 2014
Group: Development/Libraries Build host: buildvm-03.phx2.fedoraproject.org
Size: 32876 Source RPM: perl-namespace-clean-0.24-2.el7.src.rpm
Packager: Fedora Project
Url: http://search.cpan.org/dist/namespace-clean/
Summary: Keep your namespace tidy
When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause
problems, but it can complicate subclassing and, for example, plugin
classes that are included via multiple inheritance by loading them as
base classes.

The 'namespace::clean' pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Dec 05 2012 Paul Howarth <paul@city-fan.org> - 0.24-1
  - Update to 0.24
    - Properly skip debugger test when optional deps not available
    - Make sure pure-perl tests pass correctly on space-containing paths
      (CPAN RT#77528)
    - Remove all the pure-perl fallback code and depend on PP-capable
      B::H::EOS 0.12
  - Module no longer attempts to use Hash::Util::FieldHash, so drop filters
  - BR: perl(Sub::Identify) and perl(Sub::Name) unconditionally
  - BR: perl(base), perl(ExtUtils::CBuilder) and perl(lib)
  - Drop BR: perl(FindBin), not dual-lived upstream
  - Update patch for building with old Test::More versions
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Jun 19 2012 Petr Pisar <ppisar@redhat.com> - 0.23-2
  - Perl 5.16 rebuild
* Sun Mar 11 2012 Paul Howarth <paul@city-fan.org> - 0.23-1
  - Update to 0.23
    - Rely on B::Hooks::EndOfScope version 0.10 to fix issues with new
      Module::Runtime versions (≥ 0.012) on perl 5.10 due to incorrect hook
      firing due to %^H localisation
    - Fix failures on 5.13.6 due to incorrect version number threshold
      (CPAN RT#74683)
  - Don't need to remove empty directories from buildroot
  - Drop %defattr, redundant since rpm 4.4
* Fri Jan 27 2012 Paul Howarth <paul@city-fan.org> - 0.22-1
  - Update to 0.22
    - Limit the debugger workarounds to perls between 5.8.8 and 5.14, extend
      debugger support to all perl versions (CPAN RT#69862)
    - If possible, automatically install (but not load) the debugger workaround
      libraries on perls between 5.8.8 and 5.14 (CPAN RT#72368)
    - Add back dropped NAME section (CPAN RT#70259)
    - Simplify the ≥ 5.10 PP variant even more - move the hook from DESTROY
      into DELETE
    - Force explicit callback invocation order on 5.8 PP
    - Replace the %^H tie approach with fieldhashes, which fixes all known
      corner cases and caveats on supported perls ≥ 5.8.1 (CPAN RT#73402)
    - Compile away the debugger fixup on perls ≥ 5.15.5
  - Only BR:/R: Sub::Identify and Sub::Name for perl versions where they're
    actually needed
  - Reinstate compatibility with old distributions like EL-5
    - Patch test suite to work with Test::More < 0.88 if necessary
    - Filter dependency on Hash::Util::FieldHash on perl 5.8.x
    - Add back buildroot definition, %clean section, %defattr etc.
  - Only include tests if we have %{perl_default_filter} to avoid the unwanted
    requires/provides that come with them
  - Drop redundant buildreq perl(CPAN)
  - Make %files list more explicit
  - Use tabs
* Sun Jan 22 2012 Iain Arnell <iarnell@gmail.com> - 0.21-3
  - Drop tests subpackage; move tests to main package documentation
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Sun Oct 02 2011 Iain Arnell <iarnell@gmail.com> - 0.21-1
  - Update to latest upstream version
  - Clean up spec for modern rpmbuild
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.20-3
  - Perl mass rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sat Jan 08 2011 Iain Arnell <iarnell@gmail.com> - 0.20-1
  - Update to latest upstream version
  - Update BR perl(Package::Stash) >= 0.22
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.18-2
  - Rebuild to fix problems with vendorarch/lib (#661697)
* Sun Aug 01 2010 Iain Arnell <iarnell@gmail.com> - 0.18-1
  - Update by Fedora::App::MaintainerTools 0.006
  - Updating to latest GA CPAN version (0.18)
  - Added a new br on perl(Exporter) (version 0)
  - Altered br on perl(ExtUtils::MakeMaker) (6.42 => 6.31)
  - Added a new br on perl(Package::Stash) (version 0.03)
  - Added a new br on perl(constant) (version 0)
  - Added a new br on perl(vars) (version 0)
  - Dropped old BR on perl(Symbol)
  - Dropped old requires on perl(Symbol)
  - Manually drop unnecessary requires
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.14-1
  - Mass rebuild with perl-5.12.0 & update
* Tue Feb 23 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.13-2
  - Update by Fedora::App::MaintainerTools 0.003
  - PERL_INSTALL_ROOT => DESTDIR
* Fri Feb 05 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.13-1
  - Update filtering perl_default_filter
  - Auto-update to 0.13 (by cpan-spec-update 0.01)
  - Altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
  - Added a new br on perl(Sub::Identify) (version 0.04)
  - Added a new br on perl(Sub::Name) (version 0.04)
  - Altered br on perl(Test::More) (0.62 => 0.88)
  - Added a new br on CPAN (inc::Module::AutoInstall found)
  - Added a new req on perl(B::Hooks::EndOfScope) (version 0.07)
  - Added a new req on perl(Sub::Identify) (version 0.04)
  - Added a new req on perl(Sub::Name) (version 0.04)
  - Added a new req on perl(Symbol) (version 0)
* Mon Dec 07 2009 Stepan Kasal <skasal@redhat.com> - 0.11-3
  - Rebuild against perl 5.10.1
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Apr 02 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.11-1
  - Update to 0.11
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Dec 02 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.09-1
  - Update to 0.09
  - Note BR change from Scope::Guard to B::Hooks::EndOfScope
* Mon Sep 08 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.08-2
  - Bump
* Sat Sep 06 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.08-1
  - Initial Fedora packaging
  - Generated with cpan2dist (CPANPLUS::Dist::Fedora version 0.0.1)

Files

/usr/share/doc/perl-namespace-clean-0.24
/usr/share/doc/perl-namespace-clean-0.24/Changes
/usr/share/doc/perl-namespace-clean-0.24/t
/usr/share/doc/perl-namespace-clean-0.24/t/00-basic.t
/usr/share/doc/perl-namespace-clean-0.24/t/01-function-wipeout.t
/usr/share/doc/perl-namespace-clean-0.24/t/02-inheritance.t
/usr/share/doc/perl-namespace-clean-0.24/t/03-unimport.t
/usr/share/doc/perl-namespace-clean-0.24/t/04-except.t
/usr/share/doc/perl-namespace-clean-0.24/t/05-explicit-cleanee.t
/usr/share/doc/perl-namespace-clean-0.24/t/05-syntax-error.t
/usr/share/doc/perl-namespace-clean-0.24/t/06-other-types.t
/usr/share/doc/perl-namespace-clean-0.24/t/07-debugger.t
/usr/share/doc/perl-namespace-clean-0.24/t/08-const-sub.t
/usr/share/doc/perl-namespace-clean-0.24/t/09-fiddle-hinthash.t
/usr/share/doc/perl-namespace-clean-0.24/t/10-pure-perl.t
/usr/share/doc/perl-namespace-clean-0.24/t/lib
/usr/share/doc/perl-namespace-clean-0.24/t/lib/CleaneeBridge.pm
/usr/share/doc/perl-namespace-clean-0.24/t/lib/CleaneeBridgeDirect.pm
/usr/share/doc/perl-namespace-clean-0.24/t/lib/CleaneeBridgeExplicit.pm
/usr/share/doc/perl-namespace-clean-0.24/t/lib/CleaneeTarget.pm
/usr/share/doc/perl-namespace-clean-0.24/t/lib/ExporterTest.pm
/usr/share/doc/perl-namespace-clean-0.24/t/lib/FunctionWipeout.pm
/usr/share/doc/perl-namespace-clean-0.24/t/lib/Inheritance.pm
/usr/share/doc/perl-namespace-clean-0.24/t/lib/OtherTypes.pm
/usr/share/doc/perl-namespace-clean-0.24/t/lib/SyntaxError.pm
/usr/share/doc/perl-namespace-clean-0.24/t/lib/Unimport.pm
/usr/share/man/man3/namespace::clean.3pm.gz
/usr/share/perl5/vendor_perl/namespace
/usr/share/perl5/vendor_perl/namespace/clean.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 13:53:38 2024