The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:lib"

Hg::Lib - interface to mercurial's command server River stage zero No dependents

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

ex::lib - The same as lib, but makes relative path absolute. (Obsoleted by lib::abs) River stage one • 2 direct dependents • 3 total dependents

MONS/ex-lib-0.90 - 21 Jul 2009 15:58:05 UTC

lib::xi - Installs missing modules on demand River stage one • 1 direct dependent • 1 total dependent

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

lib::abs - lib that makes relative path absolute to caller. River stage two • 35 direct dependents • 61 total dependents

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

lib::ini - Plugin-based @INC mangling River stage zero No dependents

PSHANGOV/lib-ini-0.002 - 14 Sep 2012 11:32:37 UTC

Fry::Lib - Class for shell libraries. River stage zero No dependents

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

Evo::Lib River stage one • 1 direct dependent • 1 total dependent

ALEXBYK/Evo-0.0405 - 18 Jul 2017 22:54:34 UTC

Sub::Lib - Stuff sub-routines into a run-time namespace. Because. Reasons. River stage zero No dependents

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 River stage zero No dependents

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

Gimp::Lib - Interface to libgimp (as opposed to Gimp::Net) River stage zero No dependents

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

lib::deep - lib that choose lib path for you if you want ... River stage zero No dependents

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. River stage zero No dependents

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

Lib::Furl - binding for stricaud faup library River stage zero No dependents

GOMOR/Lib-Furl-1.00 - 01 Nov 2012 17:08:27 UTC

Test::Lib - Use libraries from a t/lib directory River stage three • 42 direct dependents • 274 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage two • 9 direct dependents • 13 total dependents

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::root - find perl root and push lib modules path to @INC River stage zero No dependents

HERNAN/lib-root-0.10 - 16 Apr 2024 04:10:47 UTC

lib::none - Empty @INC River stage zero No dependents

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 River stage two • 34 direct dependents • 85 total dependents

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

lib::allow - Only allow a list of modules to be locateable/loadable River stage three • 5 direct dependents • 607 total dependents

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
391 results (0.023 seconds)