To warn:use Module 4.56; # 4.50 adds foo() # 4.56 fixes bug in bar()
use Module; if ( !eval { Module->VERSION(4.56); 1 } ) { warn(...); }
In reply to Re: Programmatically comparing module version numbers
by ikegami
in thread Programmatically comparing module version numbers
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |