perl-Module-Implementation/perl-Module-Implementation.changes
Stephan Kulow af0dd80d32 - updated to 0.07
- Require Test::Fatal 0.006+ to avoid test failures. Reported by Salve
    Nilsen. RT #76809.
- remove old old_test_more.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Implementation?expand=0&rev=8
2013-07-27 12:05:10 +00:00

37 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
Fri Jul 26 05:28:35 UTC 2013 - coolo@suse.com
- updated to 0.07
- Require Test::Fatal 0.006+ to avoid test failures. Reported by Salve
Nilsen. RT #76809.
- remove old old_test_more.patch
-------------------------------------------------------------------
Sun Jun 9 15:11:01 UTC 2013 - coolo@suse.com
- updated to 0.06
- Require Module::Runtime 0.012 which has a number of useful bug fixes.
-------------------------------------------------------------------
Wed Feb 29 18:55:38 CET 2012 - ro@suse.de
- fix build with old Test::More for sle11
-------------------------------------------------------------------
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 )