Task:: - The successor to Bundle:: for installing sets of modules ..
This implementation as a module allows normal Perl tools to be able to
load the module and check it's version to confirm you have the required
modules, without the need for a CPAN client involved.
Instead of using a magic POD format, the dependency specification is
implemented using the Makefile.PL, as you would for any other module...