Search results for "module:lib::core::only"
lib::core::only - Remove all non-core paths from @INC to avoid site/vendor dirs
lib::core::only is simply a shortcut to say "please reduce my @INC to only the core lib and archlib (architecture-specific lib) directories of this perl". You might want to do this to ensure a local::lib contains only the code you need, or to test an...
HAARG/local-lib-2.000029 - 20 Apr 2022 13:42:16 UTC
lib - manipulate @INC at compile time
This is a small simple module which simplifies the manipulation of @INC at compile time. It is typically used to add extra directories to perl's search path so that later "use" or "require" statements will find modules which are not located on perl's...
SMUELLER/lib-0.63 - 20 Nov 2010 01:18:58 UTC
lib::vendor - add vendor libraries to the module search path (@INC)
Locates the full path to the script home and adds its lib directory to the library search path, plus any vendor library directories specified. The script home is the directory closest to the original script which has a "lib" subdirectory. It first se...
BOBK/lib-vendor-0.14.163 - 12 Jun 2014 17:27:44 UTC
Event::Lib - Perl extentions for event-based programming
This module is a Perl wrapper around libevent(3) as available from <http://www.monkey.org/~provos/libevent/>. It allows to execute a function whenever a given event on a filehandle happens, a timeout occurs or a signal is received. Under the hood, on...
VPARSEVAL/Event-Lib-1.03 - 29 Jul 2007 11:39:08 UTC
lib::filter - Allow/disallow loading modules
lib::filter lets you allow/disallow loading modules using some rules. It works by installing a coderef in @INC (and additionally by pruning some entries in @INC). The main use-case for this pragma is for testing. It has been pointed out to me that fo...
PERLANCAR/lib-filter-0.281 - 29 Aug 2021 01:14:01 UTC
local::lib - create and use a local lib/ for perl modules with PERL5LIB
This module provides a quick, convenient way of bootstrapping a user-local Perl module library located within the user's home directory. It also constructs and prints out for the user the list of environment variables using the syntax appropriate for...
HAARG/local-lib-2.000029 - 20 Apr 2022 13:42:16 UTC
Comedi::Lib - Perl API for Comedilib (NEW version)
This module provides a Perl API for "Comedilib". "Comedilib" is a separately distributed package containing a user-space library that provides a developer-friendly interface to the Comedi devices. This module consists of the functions that the "Comed...
GEBELE/Comedi-Lib-0.24 - 22 Aug 2009 10:59:45 UTC
lib::prereqs::only - Only allow loading modules specified in prereqs in dist.ini
This pragma reads the prerequisites found in dist.ini, the modules found in lib/, and uses lib::filter to only allow those modules to be locateable/loadable. It is useful while testing Dist::Zilla-based distribution: it tests that the prerequisites y...
PERLANCAR/lib-prereqs-only-0.004 - 11 Jan 2017 03:33:17 UTC
Math::BigInt::Lib - virtual parent class for Math::BigInt libraries
This module provides support for big integer calculations. It is not intended to be used directly, but rather as a parent class for backend libraries used by Math::BigInt, Math::BigFloat, Math::BigRat, and related modules. Other backend libraries inc...
PJACKLAM/Math-BigInt-2.002001 - 09 Dec 2023 11:32:19 UTC
Number::Phone::Lib - Instantiate Number::Phone::* objects from libphonenumber
DCANTRELL/Number-Phone-4.0000
-
03 Sep 2023 13:32:07 UTC
Event::Lib::UDPPump - Event::Lib event type for high performance UDP applications.
This module is intended for people writing high performance UDP applications. It is an extension of the Event::Lib module, and can provide better performance in several circumstances. When a UDPPump event is registered for a UDP socket, a pthreads th...
CMO/Event-Lib-UDPPump-0.01 - 08 Nov 2006 18:41:15 UTC
Fry::Lib::CDBI::Basic - A basic library of Class::DBI functions for use with Fry::Shell.
This module contain wrappers around Class::DBI methods for common database functions such as creating,deleting,inserting and updating records. There are also some basic functions to enable and view DBI::Profile logs....
BOZO/Fry-Lib-CDBI-Basic-0.15 - 12 Jan 2005 17:36:40 UTC
Dist::Zilla::Plugin::Bootstrap::lib - A minimal boot-strapping for Dist::Zilla Plug-ins.
This module exists for loading either "/lib" or "/Dist-Name-$VERSION/lib" into your @INC early on. This is mostly useful for writing "Dist::Zilla" plug-ins, so that you may build and release a plug-in using itself....
KENTNL/Dist-Zilla-Plugin-Bootstrap-lib-1.001002 - 18 Mar 2017 05:06:17 UTC