-
-
23 Feb 1998 16:17:01 UTC
- Distribution: rlib
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (9669 / 3 / 0)
- Kwalitee
Bus factor: 0- 87.23% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (1.72KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
rlib - manipulate @INC at compile time with relative paths
SYNOPSIS
use rlib LIST; no rlib LIST;
DESCRIPTION
rlib works in the same way as lib, except that all paths in
LIST
are treated as relative paths.If rlib is used from the
main
package then the paths inLIST
are assumed to be relative to where the current script$0
is located. This is done by using the FindBin package.If rlib is used from within any package other tha
main
then the paths inLIST
are assumed to be relative to the root of the library where the file for that package was found.If
LIST
is empty then"../lib","lib"
is assumed.SEE ALSO
lib - module which adds paths to @INC
FindBin - module for locating script bin directory
AUTHOR
Graham Barr <gbarr@pobox.com>
Module Install Instructions
To install rlib, copy and paste the appropriate command in to your terminal.
cpanm rlib
perl -MCPAN -e shell install rlib
For more information on module installation, please visit the detailed CPAN module installation guide.