Commit Graph

11 Commits

Author SHA1 Message Date
Petr Písař
c0b65b5b1c Perl 5.18 rebuild 2013-07-24 11:46:01 +02:00
Paul Howarth
81c92d2ce7 Update to 0.07
- New upstream release 0.07
  - Require Test::Fatal ≥ 0.006 to avoid test failures (CPAN RT#76809)
- Explicitly run author tests, except for EL builds
- Add buildreqs for new tests
- Apply old Test::More patch if we have Test::More < 0.96
2013-07-15 15:09:48 +01:00
Dennis Gilmore
6b40eccf2f - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 07:37:52 -06:00
Dennis Gilmore
c8dcafa0e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 12:04:51 -05:00
Petr Písař
ad625b91e1 Perl 5.16 rebuild 2012-06-13 17:42:02 +02:00
Paul Howarth
c0228b7d60 Minor spec clean-up
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from buildroot
- Add commentary regarding conditionalized buildreqs
2012-06-07 12:12:47 +01:00
Marcela Mašláňová
c8e1258bb7 conditionalize aspell dependency 2012-06-07 11:51:30 +02:00
Paul Howarth
3e734a030d Update to 0.06
- New upstream release 0.06
  - Require Module::Runtime 0.012, which has a number of useful bug fixes
2012-02-13 19:13:53 +00:00
Paul Howarth
be516026b4 Update to 0.05
- New upstream release 0.05
  - Make Test::Taint an optional dependency; it requires XS, and requiring a
    compiler for Module::Implementation defeats its purpose (CPAN RT#74817)
- BR: perl(Test::Requires)
- Update patch for building with old Test::More versions
2012-02-10 11:37:09 +00:00
Paul Howarth
f128b86e72 Update to 0.04
- New upstream release 0.04
  - This module no longer installs an _implementation() subroutine in callers;
    instead, you can call Module::Implementation::implementation_for($package)
    to get the implementation used for a given package
- Update patch for building with old Test::More versions
2012-02-09 12:00:25 +00:00
Paul Howarth
d407a789f3 Initial import (perl-Module-Implementation-0.03-3)
This module abstracts out the process of choosing one of several underlying
implementations for a module. This can be used to provide XS and pure Perl
implementations of a module, or it could be used to load an implementation
for a given OS or any other case of needing to provide multiple
implementations.

This module is only useful when you know all the implementations ahead of
time. If you want to load arbitrary implementations then you probably want
something like a plugin system, not this module.
2012-02-08 16:02:35 +00:00