Help for this page
use 5.018; use strict; ... is meth("foo"), "FUNCTION"; done_testing;
my $app = MyApp->new; ... bar(123); # $app->bar(123); critical_log(); # $app->log("CRITICAL"); }