Commit c9e21fc 1 parent b6efb96 commit c9e21fc Copy full SHA for c9e21fc
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2012-11-05 - 4.4
2
+ Fix hash ordering bug in tests (Yves Orton)
3
+ Fix install dir (Tatsuhiko Miyagawa)
4
+
1
5
2012-08-15 - 4.3
2
6
Fix calling the correct method when instantiating (Doh!)
3
7
Hopefully stop smoker failures
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use Module::Pluggable::Object;
9
9
# Peter Gibbons: I wouldn't say I've been missing it, Bob!
10
10
11
11
12
- $VERSION = ' 4.3 ' ;
12
+ $VERSION = ' 4.4 ' ; # core release only!
13
13
$FORCE_SEARCH_ALL_PATHS = 0;
14
14
15
15
sub import {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use Carp qw(croak carp confess);
8
8
use Devel::InnerPackage;
9
9
use vars qw( $VERSION) ;
10
10
11
- $VERSION = ' 4.3 ' ;
11
+ $VERSION = ' 4.4 ' ;
12
12
13
13
14
14
sub new {
You can’t perform that action at this time.
0 commit comments