https://github.com/evancarroll/perl5-libreplace
Replace `@INC` with `$ENV{PERL5LIB}`
https://github.com/evancarroll/perl5-libreplace
library perl perl-module perl5
Last synced: 13 days ago
JSON representation
Replace `@INC` with `$ENV{PERL5LIB}`
- Host: GitHub
- URL: https://github.com/evancarroll/perl5-libreplace
- Owner: EvanCarroll
- Created: 2022-06-24T19:19:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T20:27:47.000Z (almost 4 years ago)
- Last Synced: 2026-04-30T23:09:10.654Z (about 2 months ago)
- Topics: library, perl, perl-module, perl5
- Language: Perl
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
libreplace
Simply using this module with -Mlibreplace, makes sure PERL5LIB does not append
to but clobbers PERL5INC.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc libreplace
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=libreplace
CPAN Ratings
https://cpanratings.perl.org/d/libreplace
Search CPAN
https://metacpan.org/release/libreplace
LICENSE AND COPYRIGHT
This software is Copyright (c) 2022 by Evan Carroll.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)