- or download this
Can't locate DateTime/TimeZone/Local/Unix.pm:
/opt/local/lib/perl5/site_perl/5.32.0/DateTime/TimeZone/Local/
+Unix.pm: T
oo many open files at /opt/local/lib/perl5/site_perl/5.32.0/Module/Run
+time.pm li
...
extra library is, or maybe the script needs to add the library nam
+e
to @INC. Or maybe you just misspelled the name of the file. See
"require" in perlfunc and lib.
- or download this
sub require_module($) {
# Localise %^H to work around [perl #68590], where the bug exi
+sts
...
return scalar(CORE::require(&module_notional_filename)
+);
}
}
- or download this
[...]
The notional filename for the named module is generated and returned.
...
return $name.".pm";
}
[...]