#!/usr/bin/perl
# PODNAME: dothe
# ABSTRACT: CLI for App::Dothe, a YAML-based build system

use App::Dothe;

App::Dothe->new_with_options->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

dothe - CLI for App::Dothe, a YAML-based build system

=head1 VERSION

version 0.0.1

=head1 AUTHOR

Yanick Champoux <yanick@babyl.ca>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Yanick Champoux.

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

=cut
