develooper Front page | perl.beginners | Postings from January 2012

How to compile just the current perl module, ignoring all the other included modules

Thread Next
From:
Nemana, Satya
Date:
January 23, 2012 08:21
Subject:
How to compile just the current perl module, ignoring all the other included modules
Message ID:
DA8B36D01ACA6E4AA09F02B2CAD335E8043763DA@sonusmail06.sonusnet.com
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


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About