http://qs1969.pair.com?node_id=11148658


in reply to How can I find installed packages in a broken Perlbrew?

I don't know exactly how to find it in the general case (and I do not use perlbrew), but there is a file perllocal.pod to which module installations are written.

For example, I have a local installation of perl in /opt/maths-5.34.0, and it has this file at /opt/maths-5.34.0/lib/perl5/5.34.0/x86_64-linux/perllocal.pod.

The first entry in my perllocal.pod looks like this:

=head2 Mon Feb 28 14:46:21 2022: C<Module> L<Algorithm::Loops|Algorith +m::Loops> =over 4 =item * C<installed into: /opt/maths-5.34.0/lib/perl5/site_perl/5.34.0> =item * C<LINKTYPE: dynamic> =item * C<VERSION: 1.032> =item * C<EXE_FILES: > =back

Replies are listed 'Best First'.
Re^2: How can I find installed packages in a broken Perlbrew?
by hippo (Bishop) on Dec 07, 2022 at 23:39 UTC