The default namespace (default package) is main;
Because you're not exporting doubler (its not in any @EXPORT* variable), there is no main::doubler sub, so you would have to use the full name, Integer::Doubler::doubler()
More on this in Simple Module Tutorial