The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Taskwarrior::Kusarigama::Plugin::Blocks - reverse dependencies for tasks

VERSION

version 0.12.0

SYNOPSIS

    $ task add do the thing blocks:123

    # roughly equivalent to

     $ task add do the thing
     $ task 123 append depends:+LATEST

TO INSTALL

    $ task-kusarigama add Blocks
    $ task-kusarigama install

AUTHOR

Yanick Champoux <yanick@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019, 2018, 2017 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.