use Template::Mustache;

zef 'Template::Mustache', %( notest => True );

module-run 'Goss', %( action => 'install', install_path => '/tmp' );

module-run 'Goss', %(
  title => 'mysql tcp port check',
  install_path => '/tmp',  
  yaml  => Template::Mustache.render('mysql.goss.yaml'.IO.slurp, {  port => '3306' })
)

