The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package XML::Grammar::Fiction::Builder;

use strict;
use warnings;

use base 'XML::Grammar::Builder';

sub get_test_run_test_files
{
    return [glob("t/*.t t/*/*.t")]
}

1;