The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
source_testml_dir: ../../jsony-tml
local_testml_dir: ./testml
test_file_prefix: testml-
test_file_template: |
  use lib (-e 't' ? 't' : 'test'), 'inc';
  use TestML;
  use TestMLBridge;

  TestML->new(
      testml => '[% file %]',
      bridge => 'TestMLBridge',
  )->run;
exclude_testml_files:
- comments.tml
- edge.tml