my $log = Log::Common->new; my $foo = Foo::Foo->new('log' => $log); my $bar = Foo::Bar->new('log' => $log); my $baz = Foo::Baz->new('log' => $log);