in reply to Forcing DBIx::Class::AuditLog to install to the System perl's path

System perl is for the system utilities. Install the module using the system packaging tools or install your own perl for your apps. By decoupling your applications from the system perl you avoid two major (imo) risks: 1) breaking the system perl with an upgrade to a module the system cannot handle, or 2) a system upgrade breaking your applications. Install your own perl as part of the application stack.

--MidLifeXis

  • Comment on Re: Forcing DBIx::Class::AuditLog to install to the System perl's path