MirBSD manpage: blib(3p)


blib(3p)        Perl Programmers Reference Guide         blib(3p)

NAME

     blib - Use MakeMaker's uninstalled version of a package

SYNOPSIS

      perl -Mblib script [args...]

      perl -Mblib=dir script [args...]

DESCRIPTION

     Looks for MakeMaker-like 'blib' directory structure starting
     in dir (or current directory) and working back up to five
     levels of '..'.

     Intended for use on command line with -M option as a way of
     testing arbitrary scripts against an uninstalled version of
     a package.

     However it is possible to :

      use blib;
      or
      use blib '..';

     etc. if you really must.

BUGS

     Pollutes global name space for development only task.

AUTHOR

     Nick Ing-Simmons nik@tiuk.ti.com

perl v5.8.8                2005-02-05                           1

Generated on 2022-12-24 01:00:14 by $MirOS: src/scripts/roff2htm,v 1.113 2022/12/21 23:14:31 tg Exp $ — This product includes material provided by mirabilos.

These manual pages and other documentation are copyrighted by their respective writers; their sources are available at the project’s CVSweb, AnonCVS and other mirrors. The rest is Copyright © 2002–2022 MirBSD.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report — diffs preferred.

Kontakt / Impressum & Datenschutzerklärung