From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

lib::absolute - Convert all paths in @INC to absolute paths

VERSION

version 0.100

SYNOPSIS

use lib::absolute -hard; # crashs on non existing directories

DESCRIPTION

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).

SUPPORT

IRC

Join #perl-help on irc.perl.org. Highlight Getty for fast reaction :).

Repository

Pull request and additional contributors are welcome

Issue Tracker

SUPPORT

Source Code

The code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :)

https://github.com/Getty/p5-lib-absolute

AUTHOR

Torsten Raudssus <torsten@raudssus.de> https://raudss.us/

COPYRIGHT AND LICENSE

This software is copyright (c) 2012-2025 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.