how to create a installable modules in perl
Any idea abt how to create a installable packages in perl.i am using h2xs utility. It creates the Makefile.pl. But in my requirement i need to check some modules are present in system before installing the module. Also version of the module is important. If it is older version i need to install the new version.
So plz help me