10.09     2014-08-24
2
3- Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham
4  Knop that adding an XS dependency for a module that's often used to pick
5  between XS and non-XS implementations doesn't work so well.
6
7
80.08     2014-08-24
9
10- Subroutines copied from an implementation package into the loading package
11  are now renamed using Sub::Name. This causes them to be considered part of
12  the loading package, which is important for things like
13  namespace::autoclean. Reported by Karen Etheridge. RT #98097.
14
15
160.07     2013-07-14
17
18- Require Test::Fatal 0.006+ to avoid test failures. Reported by Salve
19  Nilsen. RT #76809.
20
21
220.06     2012-02-12
23
24- Require Module::Runtime 0.012, which has a number of useful bug fixes.
25
26
270.05     2012-02-09
28
29- Make Test::Taint an optional dependency. This module requires XS, and
30  requiring a compiler for Module::Implementation defeats its
31  purpose. Reported by Peter Rabbitson. RT #74817.
32
33
340.04     2012-02-08
35
36- This module no longer installs an _implementation() subroutine in
37  callers. Instead, you can call
38  Module::Implementation::implementation_for($package) to get the
39  implementation used for a given package.
40
41
420.03     2012-02-06
43
44- The generated loader sub now returns the name of the package it loaded.
45
46
470.02     2012-02-06
48
49- Removed Test::Spelling from this module's prereqs.
50
51
520.01     2012-02-06
53
54- First release upon an unsuspecting world.
55