The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Yath::Command::init - Create/update test.pl to run tests via Test2::Harness

DESCRIPTION

This command will create or update the 'test.pl' file in the current directory. This 'test.pl' file this creates will run all your tests via yath.

This command will fail if there is already a test.pl file that does not look like it was generated by this command.

USAGE

    $ yath [YATH OPTIONS] init [COMMAND OPTIONS]

SOURCE

The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright Chad Granum <exodist7@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/