Skip to content

Commit 5747dff

Browse files
committed
Get ready for release
1 parent 8382567 commit 5747dff

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-08-15 - 4.3
2+
Fix calling the correct method when instantiating (Doh!)
3+
Hopefully stop smoker failures
4+
15
2012-08-14 - 4.2
26
Fix a problem with installation directory (Jerry D. Hedden)
37

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.2';
12+
$VERSION = '4.3';
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.2';
11+
$VERSION = '4.3';
1212

1313

1414
sub new {

0 commit comments

Comments
 (0)