Search results for "module:lib"
Hg::Lib - interface to mercurial's command server
mercurial is a distributed source control management tool. Hg::Lib is an interface to its command server. THIS CODE IS ALPHA QUALITY. This code is incomplete. Interfaces may change....
DJERIUS/Hg-Lib-0.01 - 05 Feb 2013 04:14:55 UTC
lib::xi - Installs missing modules on demand
When you execute a script found in, for example, "gist", you'll be annoyed at missing libraries and will install those libraries by hand with a CPAN client. We have repeated such a task, which violates the great virtue of Laziness. Stop doing it, mak...
GFUJI/lib-xi-1.03 - 25 Jan 2014 02:46:02 UTC
ex::lib - The same as lib, but makes relative path absolute. (Obsoleted by lib::abs)
MONS/ex-lib-0.90
-
21 Jul 2009 15:58:05 UTC
lib::abs - lib that makes relative path absolute to caller.
The main reason of this library is transformate relative paths to absolute at the "BEGIN" stage, and push transformed to @INC. Relative path basis is not the current working directory, but the location of file, where the statement is (caller file). W...
MONS/lib-abs-0.95 - 24 Jan 2020 10:39:38 UTC
Fry::Lib - Class for shell libraries.
A Fry::Lib object has the following attributes: Attributes with a '*' next to them are always defined. *id($): Unique id which is full name of module. *vars(\@): Contains ids of variables in its library. *opts(\@): Contains ids of options in its libr...
BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC
Sub::Lib - Stuff sub-routines into a run-time namespace. Because. Reasons.
Sub::Lib allows you to store sub-routines into a common library which can then passed around as a variable. It's a run-time namespace....
PRAVUS/Sub-Lib-0.03 - 04 Apr 2017 14:07:07 UTC
lib::glob - glob patterns and add matching dirs to module search path
This module globs the given paths and adds then to @INC. Several path patterns can be passed in a single call separated by colons (or by semicolons on Windows)....
SALVA/lib-glob-0.02 - 02 Sep 2009 17:06:14 UTC
lib::deep - lib that choose lib path for you if you want ...
GRIAN/lib-deep-0.93
-
16 Apr 2014 19:47:56 UTC
lib::http - Uses a Perl libray diretory over the internet using the HTTP protocol.
This module enables the use of a Perl libray diretory over the internet using the HTTP protocol. Also you can use libhttp-perl, that is a TinyPerl (*http://tinyperl.sf.net*) modified, that doesn't have any library, only the basics to load *lib::http*...
GMPASSOS/lib-http-0.01 - 12 Feb 2005 23:19:23 UTC
Gimp::Lib - Interface to libgimp (as opposed to Gimp::Net)
This is the package that interfaces to GIMP via the libgimp interface, i.e. the normal interface to use with GIMP. You don't normally use this module directly, see Gimp....
ETJ/Gimp-2.37 - 11 Jan 2022 09:16:23 UTC
Test::Lib - Use libraries from a t/lib directory
Searches upward from the calling module for a directory t with a lib directory inside it, and adds it to the module search path. Looks upward up to 5 directories. This is intended to be used in test modules either directly in t or in a subdirectory t...
HAARG/Test-Lib-0.003 - 23 May 2022 10:37:59 UTC
lib::noop - no-op loading of some modules
Given a list of module names, it will make subsequent loading of those modules a no-op. It works by installing a require hook in @INC that looks for the specified modules to be no-op'ed and return "1;" as the source code for those modules. This makes...
PERLANCAR/lib-noop-0.006 - 06 Jun 2021 17:37:38 UTC
Find::Lib - Helper to smartly find libs to use in the filesystem tree
The purpose of this module is to replace use FindBin; use lib "$FindBin::Bin/../bootstrap/lib"; with something shorter. This is specially useful if your project has a lot of scripts (For instance tests scripts). use Find::Lib '../bootstrap/lib'; The ...
YANNK/Find-Lib-1.04 - 17 Sep 2011 22:39:34 UTC
lib::none - Empty @INC
This pragma is used to test a script under a condition of empty @INC, for example: fatpacked script....
SHARYANTO/lib-none-0.02 - 12 Apr 2014 14:58:52 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
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::allow - Only allow a list of modules to be locateable/loadable
This pragma is a shortcut for lib::filter. This: use lib::allow qw(Foo Bar::Baz Qux); is equivalent to: use lib::filter allow_core=>0, allow_noncore=>0, allow=>'Foo;Bar::Baz;Qux';...
PERLANCAR/lib-filter-0.281 - 29 Aug 2021 01:14:01 UTC