in reply to The missing link between "you may need to install the module" and "distribution installed" application is running!

Isn't ensuring that the app's dependencies are installed the responsibility of the installer of the app you were trying to run in the first place?

Your app shouldn't need to check if Foo::Bar is available and install it at run time every time. Your app's installer should check Foo::Bar is installed, then your app can always assume that it's installed.

  • Comment on Re: The missing link between "you may need to install the module" and "distribution installed" application is running!