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

use 5.008;
use strict;
use vars qw{$VERSION};
BEGIN {
	$VERSION = '0.01';
}

1;

__END__

=pod

=head1 NAME

Task::Litmus - A Task module for Litmus L<https://litmus.mozilla.org/>

=head1 DESCRIPTION

Just a list of dependencies to make it easier to install the Litmus applcation.

=head1 AUTHOR

Gabor Szabo E<lt>szabgab@cpan.orgE<gt>

If you are interested, contact me to take over the maintenance.

=head1 SEE ALSO

L<Task>, L<https://litmus.mozilla.org/>

=head1 COPYRIGHT

Copyright 2011 Gabor Szabo.

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

The full text of the license can be found in the
LICENSE file included with this module.

=cut