this is unnecessary (and broken on <5.8.8)
[gitmo/Moose.git] / lib / Moose / Exporter.pm
index 19fd187..ba5e443 100644 (file)
@@ -3,15 +3,6 @@ package Moose::Exporter;
 use strict;
 use warnings;
 
-use XSLoader;
-
-BEGIN {
-    XSLoader::load(
-        'Moose',
-        $Moose::Exporter::{VERSION} ? ${ $Moose::Exporter::{VERSION} } : ()
-    );
-}
-
 use Class::MOP;
 use List::MoreUtils qw( first_index uniq );
 use Moose::Util::MetaRole;