Skip to content

Commit c9e21fc

Browse files
committed
Add changes
1 parent b6efb96 commit c9e21fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-11-05 - 4.4
2+
Fix hash ordering bug in tests (Yves Orton)
3+
Fix install dir (Tatsuhiko Miyagawa)
4+
15
2012-08-15 - 4.3
26
Fix calling the correct method when instantiating (Doh!)
37
Hopefully stop smoker failures

lib/Module/Pluggable.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Module::Pluggable::Object;
99
# Peter Gibbons: I wouldn't say I've been missing it, Bob!
1010

1111

12-
$VERSION = '4.3';
12+
$VERSION = '4.4'; # core release only!
1313
$FORCE_SEARCH_ALL_PATHS = 0;
1414

1515
sub import {

lib/Module/Pluggable/Object.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Carp qw(croak carp confess);
88
use Devel::InnerPackage;
99
use vars qw($VERSION);
1010

11-
$VERSION = '4.3';
11+
$VERSION = '4.4';
1212

1313

1414
sub new {

0 commit comments

Comments
 (0)