The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Module::PortablePath - Perl extension follow modules to exist in different non-core locations on different systems without having to refer to explicit library paths in code

SYNOPSIS

  use Module::PortablePath qw(tag1 tag2 tag3);

DESCRIPTION

This module overrides its import() method to fiddle with @INC, adding sets of paths for applications as configured by the system administrator.

It requires Config::IniFiles.

AUTHOR

Roger Pettett, <rmp@sanger.ac.uk>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Roger Pettett

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.