package lib; # this module overrides the system one, in order to ensure precedence of local # module version specificed on command-line over those already installed sub import { # do nothing }; 1;