perl-Module-Implementation/perl-Module-Implementation.changes
Vítězslav Čížek b7f9982692 - update to 0.05
- Make Test::Taint an optional dependency. This module requires XS, and
    requiring a compiler for Module::Implementation defeats its
    purpose. Reported by Peter Rabbitson. RT #74817.
  - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Implementation?expand=0&rev=2
2012-02-10 13:00:22 +00:00

18 lines
695 B
Plaintext

-------------------------------------------------------------------
Fri Feb 10 12:58:44 UTC 2012 - vcizek@suse.com
- update to 0.05
- Make Test::Taint an optional dependency. This module requires XS, and
requiring a compiler for Module::Implementation defeats its
purpose. Reported by Peter Rabbitson. RT #74817.
- 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.
-------------------------------------------------------------------
Wed Feb 8 15:39:02 UTC 2012 - vcizek@suse.com
- version 0.03 (initial package )