Server IP : 85.214.239.14 / Your IP : 3.142.174.13 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /lib/x86_64-linux-gnu/perl5/5.36/Class/Load/ |
Upload File : |
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<Class::Load>. See L<Class::Load> for API details. =for Pod::Coverage is_class_loaded =head1 SUPPORT Bugs may be submitted through L<the RT bug tracker|https://rt.cpan.org/Public/Dist/Display.html?Name=Class-Load-XS> (or L<bug-Class-Load-XS@rt.cpan.org|mailto:bug-Class-Load-XS@rt.cpan.org>). There is also a mailing list available for users of this distribution, at L<http://lists.perl.org/list/moose.html>. There is also an irc channel available for users of this distribution, at L<C<#moose> on C<irc.perl.org>|irc://irc.perl.org/#moose>. =head1 AUTHOR Dave Rolsky <autarch@urth.org> =head1 CONTRIBUTORS =for stopwords Karen Etheridge Jesse Luehrs hurricup =over 4 =item * Karen Etheridge <ether@cpan.org> =item * Jesse Luehrs <doy@tozt.net> =item * hurricup <hurricup@gmail.com> =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