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

Search results for "lib"

lib - manipulate @INC at compile time River stage five • 1109 direct dependents • 23300 total dependents

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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

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

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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

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

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 - Search in distribution

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 - Search in distribution
  • Gimp::Fu - Easy framework for Gimp-Perl scripts
  • Gimp - Write GIMP extensions/plug-ins/load- and save-handlers in Perl

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

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

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

lib::tiny - use lib, without having to use memory by loading Config River stage one • 1 direct dependent • 1 total dependent

This module simply adds and removes the given (existant on add) paths as-is to/from @INC in the same manner as lib but in a '::Tiny' manner. The idea is this: lib.pm has to load the entire %Config and only uses 3 small variables from it. As far as I ...

DMUEY/lib-tiny-0.7 - 31 Mar 2012 00:01:54 UTC - Search in distribution
3,153 results (0.153 seconds)