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