I have 2 versions of perl-5.18.1 installed.
One was built with the alias perlt (threaded), the other built as perl-5.18.1 then 'aliased' to perlp (plain, not threaded). When using perlt the perlbrew list-modules works as expected, but when using perlp no results are shown even though both installs have the same set of modules.
In the Perls directory are 3 files:
- perl-5.18.1
- perlt
- perlp which is a link to the perl-5.18.1 file.
Is there a simple way to correct this? When I use perl-5.18.1 the command perlbrew list-modules gives the expected result.
Obviously, I could use this as a work-around, but I am wondering if there are other situations where this 'odd behaviour' might cause problems.
Thanks in advance.