% 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
Compare to module with a .packlist:
% 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

In reply to ExtUtils::Installed fails to find Catalyst because it doesn't have a .packlist by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.