use 5.36.0; use Test2::V0; use App::Changelord; my $change = App::Changelord->new( changelog => { project => { name => 'Foo' } } ); like $change->as_markdown, qr/# Changelog for Foo/; done_testing();