Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evancarroll/perl5-libreplace
Replace `@INC` with `$ENV{PERL5LIB}`
https://github.com/evancarroll/perl5-libreplace
library perl perl-module perl5
Last synced: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T20:27:47.000Z (over 2 years ago)
- Last Synced: 2024-04-17T21:15:58.443Z (9 months ago)
- Topics: library, perl, perl-module, perl5
- Language: Perl
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- 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 installSUPPORT 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=libreplaceCPAN Ratings
https://cpanratings.perl.org/d/libreplaceSearch CPAN
https://metacpan.org/release/libreplaceLICENSE AND COPYRIGHT
This software is Copyright (c) 2022 by Evan Carroll.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)