package xyz; our $VERSION = '2.0'; sub import { print "import called with args: @_\n"; } 1;