#!/usr/bin/env perl
#PODNAME: task-kusarigama

use Taskwarrior::Kusarigama::App;

Taskwarrior::Kusarigama::App->new_with_command->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

task-kusarigama

=head1 VERSION

version 0.3.0

=head1 AUTHOR

Yanick Champoux <yanick@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2016 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
