package Foo;
use strict;
sub greet {
Text::Indent::Tiny->instance->item(__PACKAGE__ . ": Hi, main!");
}
1;