PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Class::Load::XS; # git description: v0.09-19-g9364900 use strict; use warnings; our $VERSION = '0.10'; use Class::Load 0.20; use XSLoader; XSLoader::load( __PACKAGE__, $VERSION, ); 1; # ABSTRACT: XS implementation of parts of Class::Load # KEYWORDS: class module load require use runtime XS __END__ =pod =encoding UTF-8 =head1 NAME Class::Load::XS - XS implementation of parts of Class::Load =head1 VERSION version 0.10 =head1 SYNOPSIS use Class::Load; =head1 DESCRIPTION This module provides an XS implementation for portions of L. See L for API details. =for Pod::Coverage is_class_loaded =head1 SUPPORT Bugs may be submitted through L (or L). There is also a mailing list available for users of this distribution, at L. There is also an irc channel available for users of this distribution, at L on C|irc://irc.perl.org/#moose>. =head1 AUTHOR Dave Rolsky =head1 CONTRIBUTORS =for stopwords Karen Etheridge Jesse Luehrs hurricup =over 4 =item * Karen Etheridge =item * Jesse Luehrs =item * hurricup =back =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2011 by Dave Rolsky. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible) =cut