in reply to Re: ExtUtils::Installed fails to find Catalyst because it doesn't have a .packlist
in thread ExtUtils::Installed fails to find Catalyst because it doesn't have a .packlist

Good catch! You're right about the -a option but missed the -h :-). I do use an alias (alias ll='ls -lha') and replaced it with ls -l to prevent confusion but just created more! Anyway the dotfile absence from /Catalyst is real but I did find 10 .packlists under /Catalyst:
/Catalyst/Action/RenderView/.packlist
/Catalyst/Controller/POD/.packlist
/Catalyst/Devel/.packlist
/Catalyst/Engine/PSGI/.packlist
/Catalyst/Manual/.packlist
/Catalyst/Plugin/ConfigLoader/.packlist
/Catalyst/Plugin/Session/.packlist
/Catalyst/Plugin/Session/State/Cookie/.packlist
/Catalyst/Plugin/Static/Simple/.packlist
/Catalyst/Runtime/.packlist
Thanks for your time.
  • Comment on Re^2: ExtUtils::Installed fails to find Catalyst because it doesn't have a .packlist (it has 10 packlists!)