Skip to content

Commit

Permalink
Revert "pre-install local::lib"
Browse files Browse the repository at this point in the history
This reverts commit 951b133.
  • Loading branch information
shogo82148 committed Dec 31, 2023
1 parent 2281518 commit a0f2f03
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ The following Perl scripts are pre-installed for convenience.
- [Net::SSLeay](https://metacpan.org/dist/Net-SSLeay/view/lib/Net/SSLeay.pod)
- [IO::Socket::SSL](https://metacpan.org/dist/IO-Socket-SSL/view/lib/IO/Socket/SSL.pod)
- [Mozilla::CA](https://metacpan.org/pod/Mozilla::CA)
- [local::lib](https://metacpan.org/pod/local::lib)
- [Win32](https://metacpan.org/pod/Win32) (installed from CPAN in perl 5.8.3 or earlier. From perl 5.8.4, it is installed as a core module.)

## Actions::Core
Expand Down
3 changes: 0 additions & 3 deletions scripts/darwin/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ sub run {
# Test::Harness
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.48.tar.gz', 'Test-Harness', 'Test::Harness', '5.6.0', '5.8.3');

# local::lib
cpan_install('https://cpan.metacpan.org/authors/id/H/HA/HAARG/local-lib-2.000029.tar.gz', 'local-lib', 'local::lib', '5.6.0');

# requirements of Module::CoreList
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/version-0.9930.tar.gz', 'version', 'version', '5.6.0', '5.8.9');
# Module::CoreList
Expand Down
3 changes: 0 additions & 3 deletions scripts/linux/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ sub run {
# Test::Harness
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.48.tar.gz', 'Test-Harness', 'Test::Harness', '5.6.0', '5.8.3');

# local::lib
cpan_install('https://cpan.metacpan.org/authors/id/H/HA/HAARG/local-lib-2.000029.tar.gz', 'local-lib', 'local::lib', '5.6.0');

# requirements of Module::CoreList
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/version-0.9930.tar.gz', 'version', 'version', '5.6.0', '5.8.9');
# Module::CoreList
Expand Down
3 changes: 0 additions & 3 deletions scripts/windows/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@ sub run {
# Test::Harness
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.48.tar.gz', 'Test-Harness', 'Test::Harness', '5.6.0', '5.8.3');

# local::lib
cpan_install('https://cpan.metacpan.org/authors/id/H/HA/HAARG/local-lib-2.000029.tar.gz', 'local-lib', 'local::lib', '5.6.0');

# requirements of Module::CoreList
cpan_install('https://cpan.metacpan.org/authors/id/L/LE/LEONT/version-0.9930.tar.gz', 'version', 'version', '5.6.0', '5.8.9');
# Module::CoreList
Expand Down

0 comments on commit a0f2f03

Please sign in to comment.