Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Compare to module with a .packlist:% perl -MExtUtils::Installed -le 'print for ExtUtils::Installed->new-> +files("Catalyst")' Catalyst is not installed at -e line 1. % perl -MModule::Metadata -le 'print Module::Metadata->new_from_module +("Catalyst")->{filename}' /perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0/Catalyst.pm
% perl -MExtUtils::Installed -le 'print ExtUtils::Installed->new->pack +list("CGI")->packlist_file' /perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0/darwin-2level/a +uto/CGI/.packlist ls -l /perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0/darwin-2l +evel/auto/CGI -rw-r--r-- 1 user staff 1.3K Jan 2 00:34 .packlist drwxr-xr-x 3 user staff 96B Jan 10 05:23 Ajax drwxr-xr-x 3 user staff 96B Jan 10 05:24 Application drwxr-xr-x 3 user staff 96B Jan 10 05:32 Compress drwxr-xr-x 3 user staff 96B Jan 10 05:33 PSGI drwxr-xr-x 3 user staff 96B Jan 10 05:33 Prototype drwxr-xr-x 3 user staff 96B Dec 17 11:39 Simple drwxr-xr-x 3 user staff 96B Dec 17 11:39 Struct drwxr-xr-x 3 user staff 96B Dec 17 11:39 Wiki % ls -l /perl5/perlbrew/perls/perl-5.42.0/lib/site_perl/5.42.0/darwin- +2level/auto/Catalyst drwxr-xr-x 4 user staff 128B Apr 15 07:00 Action drwxr-xr-x 4 user staff 128B Apr 15 07:00 Controller drwxr-xr-x 3 user staff 96B Dec 17 11:46 Devel drwxr-xr-x 4 user staff 128B Apr 15 07:00 Engine drwxr-xr-x 3 user staff 96B Dec 17 11:46 Manual drwxr-xr-x 5 user staff 160B Dec 17 11:46 Plugin drwxr-xr-x 3 user staff 96B Dec 17 11:45 Runtime
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ExtUtils::Installed fails to find Catalyst because it doesn't have a .packlist
by Corion (Patriarch) on Apr 15, 2026 at 14:37 UTC | |
by roho (Bishop) on Apr 15, 2026 at 16:16 UTC | |
by Anonymous Monk on Apr 15, 2026 at 17:00 UTC | |
by Corion (Patriarch) on Apr 15, 2026 at 17:32 UTC | |
|
Re: ExtUtils::Installed fails to find Catalyst because it doesn't have a .packlist
by Haarg (Priest) on Apr 16, 2026 at 12:02 UTC | |
|
Re: ExtUtils::Installed fails to find Catalyst because it doesn't have a .packlist
by hippo (Archbishop) on Apr 16, 2026 at 09:28 UTC | |
by Anonymous Monk on Apr 17, 2026 at 16:04 UTC |