avoid indirect object syntax
[p5sagit/Devel-Declare.git] / lib / Devel / Declare.pm
index 869df63..8302dbc 100644 (file)
@@ -5,8 +5,6 @@ use warnings;
 use 5.008001;
 
 our $VERSION = '0.006022';
-
-bootstrap Devel::Declare;
 $VERSION =~ tr/_//d;
 
 use constant DECLARE_NAME => 1;
@@ -19,6 +17,7 @@ use base qw(DynaLoader);
 use Scalar::Util 'set_prototype';
 use B::Hooks::OP::Check 0.19;
 
+Devel::Declare->bootstrap;
 @ISA = ();
 
 initialize();