We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8382567 commit 5747dffCopy full SHA for 5747dff
Changes
@@ -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
+
5
2012-08-14 - 4.2
6
Fix a problem with installation directory (Jerry D. Hedden)
7
lib/Module/Pluggable.pm
@@ -9,7 +9,7 @@ use Module::Pluggable::Object;
9
# Peter Gibbons: I wouldn't say I've been missing it, Bob!
10
11
12
-$VERSION = '4.2';
+$VERSION = '4.3';
13
$FORCE_SEARCH_ALL_PATHS = 0;
14
15
sub import {
lib/Module/Pluggable/Object.pm
@@ -8,7 +8,7 @@ use Carp qw(croak carp confess);
8
use Devel::InnerPackage;
use vars qw($VERSION);
sub new {
0 commit comments