Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 18.117.156.38
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : Opt.pm
use strict; use warnings;
package Module::Compile::Opt;

# TODO; What is this module for?
# sub import {
#     my ($class, @args) = @_;
#     my $opts = $class->get_options(@args)
#         if $class->can('get_options');
#     $class->sanity_check($opts);
#     require Module::Compile;
#     require Module::Compile::Ext;
#     Module::Compile::Ext->import(@{$opts->{ext}});
#
#     # put coderef into @INC
#     # Store PERL5OPT in .author
#     # In Module::Compile, complain if PERL5OPT != .author/PERL5OPT
# }

sub sanity_check {
    my $class = shift;
    die unless -e 'inc' and -e 'Makefile.PL';
}

1;
© 2025 GrazzMean