Hi Gurus I have to compile a perl module which includes a lot of other modules. The other modules will not change during compilations of my current module. Only my current module keeps on changing. The compiler however starts compiling from all the modules included in the current module with the use directive and the dependent modules. Is there any way to work around this intelligence of the perl compiler to ignore the compilation on the other modules and just compile the current program/module? I want these errors if any to be only caught in the run time. (although it will not happen because ultimately I will compile the complete modules to run the program)
Thanks, Regards, Satya