I wanted to create a simple CPAN module and I was reading the Module::Starter and Module::Installer.
But my modules requires user input before it installs itself. For example, it will ask a username and software revision... With these inputs, the "Makefile" needs to create a file with the username and software revision in it. This will be part of the module installation.
To me it sounds simple and I just could not find the answer.