Skip Menu |

This queue is for tickets about the App-perlbrew CPAN distribution.

Report information
The Basics
Id: 85493
Status: new
Priority: 0/
Queue: App-perlbrew

People
Owner: Nobody in particular
Requestors: blue [...] thisisnotmyrealemail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.63
Fixed in: (no value)



Subject: list-modules returns nothing
# This returns nothing Show quoted text
> perlbrew list-modules
# This returns the expected list (taken from perlbrew source) Show quoted text
> perl -MExtUtils::Installed -le 'BEGIN{@INC=grep {$_ ne q!.!} @INC}; print for ExtUtils::Installed->new->modules;'
# This also works Show quoted text
> perldoc perllocal
Show quoted text
> perl -v
This is perl 5, version 16, subversion 3 (v5.16.3) built for darwin-2level Show quoted text
> perlbrew info
Current perl: Name: 516 Path: /Users/blue/src/perlbrew/perls/516/bin/perl Config: -de -Dprefix=/Users/blue/src/perlbrew/perls/516 -Aeval:scriptdir=/Users/blue/src/perlbrew/perls/516/bin perlbrew: version: 0.63 ENV: PERLBREW_ROOT: /Users/blue/src/perlbrew PERLBREW_HOME: /Users/blue/.perlbrew PERLBREW_PATH: /Users/blue/src/perlbrew/bin:/Users/blue/src/perlbrew/perls/516/bin PERLBREW_MANPATH: /Users/blue/src/perlbrew/perls/516/man Please let me know if I can provide any other information.