NAME
lib::absolute - Convert all paths in @INC to absolute paths
VERSION
version 0.004
SYNOPSIS
use lib::absolute;
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
http://github.com/Getty/p5-lib-absolute
Pull request and additional contributors are welcome
Issue Tracker
http://github.com/Getty/p5-lib-absolute/issues
AUTHOR
Torsten Raudssus <torsten@raudss.us>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 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.