MyPackage use YourPackage version 1.0.3; use OtherPackage version 2.5.6; YourPackage use OtherPackage version 3.2.1 #### if(some_version){ do this; } elsif(some other version) { do this other thing; }