From 65aa9babc11d977f340154af3b01534abfad2f2f Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Sun, 13 Feb 2011 20:22:03 +0100 Subject: [PATCH] Defer loading main module --- dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm index 3db8eb9..9aae24c 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm @@ -4,7 +4,7 @@ use strict; use warnings; our $VERSION = '0.05'; use Carp qw(croak); -use ExtUtils::Typemaps; +require ExtUtils::Typemaps; =head1 NAME -- 1.8.3.1