Search results for "module:lib::http"
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
XAS::Lib::Curl::HTTP - A class for the XAS environment
This module uses libcurl <http://curl.haxx.se/libcurl/> as the HTTP engine to make requests from a web server....
KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 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
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
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::remote - pragma, functional and object interface for load and use/require modules from remote sources without installation basically throught protocols like http (LWP). One dispather on @INC - push @INC, sub {}; This dispather will return filehandle for downloaded content of a module from remote server.
MCHE/lib-remote-0.11
-
25 Jun 2013 11:08:06 UTC
exact::lib - Compile-time @INC manipulation extension for exact
exact::lib is an extension for exact that provides a means to easily manipulate @INC at compile time. When called, it will look for what appears to be space-separated list of paths. If such a list is not provided, it will assume "lib" as the default ...
GRYPHON/exact-lib-1.04 - 13 Sep 2023 04:10: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
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
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::findbin - add paths to @INC relative to the directory the script resides in
All this does is encapsulate simple logic we tend to do over and over and over. Its not terribly magical just simplifies things a little....
DMUEY/lib-findbin-0.2 - 07 Apr 2012 02:59:43 UTC
lib::absolute - Convert all paths in @INC to absolute paths
This package converts on load all your @INC path into absolute paths, if you have "." in your path, it gets additionally added again (and also get added as absolute path)....
GETTY/lib-absolute-0.004 - 06 Jul 2012 20:23:57 UTC
lib::restrict - Perl extension for restricting what goes into @INC
lib::restrict useage and functionality is the same as 'use lib' and 'no lib' (because it ISA lib::) with an additional feature described below....
DMUEY/lib-restrict-0.0.5 - 20 Oct 2006 20:12:22 UTC
Lib::Log4cplus - Perl interface to log via Log4cplus
REHSACK/Lib-Log4cplus-0.001
-
26 Jul 2019 09:16:07 UTC
lib::byversion - add paths to @INC depending on which version of Perl is running.
So you have >1 Perl Installs. You have >1 Perl installs right? And you switch between running them how? Let me guess, somewhere you have code that sets a different value for PERL5LIB depending on what Perl you're using. Oh you use "perlbrew"? <http:/...
KENTNL/lib-byversion-0.002002 - 07 Mar 2017 09:44:33 UTC
Konstrukt::Lib - Common function library
This is a collection of commonly used methods. For more information take a look at the documentation for each method....
TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC
XAS::Lib::XML - A class to manipulate XML documents
This module is able to load, parse and validate a xml document....
KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC
XAS::Lib::Log - A class for logging in the XAS Environment
This module defines a simple logger for messages generated by an application. It is intentionally very simple in design, providing the bare minimum in functionality with the possibility for extension by sub-classing....
KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC
XAS::Lib::App - The base class to write procedures within the XAS environment
This module defines a base class for writing procedures. It provides signal handling, options processing, along with a exit handler....
KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC
App::Info::Lib - Information about software libraries on a system
This class is an abstract base class for App::Info subclasses that provide information about specific software libraries. Its subclasses are required to implement its interface. See App::Info for a complete description, and App::Info::Lib::Iconv for ...
DWHEELER/App-Info-0.57 - 19 Jun 2011 06:14:49 UTC