Task::CVSMonitor - Install all the CPAN modules needed by CVS Monitor 0.6.3


Task-CVSMonitor documentation Contained in the Task-CVSMonitor distribution.

Index


Code Index:

NAME

Top

Task::CVSMonitor - Install all the CPAN modules needed by CVS Monitor 0.6.3

DESCRIPTION

Top

This Task module installs all the dependencies for the current stable version of CVS Monitor 0.6.3.

AUTHOR

Top

Adam Kennedy <adamk@cpan.org>, http://ali.as/

SEE ALSO

Top

Task, http://ali.as/devel/cvsmonitor

COPYRIGHT

Top


Task-CVSMonitor documentation Contained in the Task-CVSMonitor distribution.

package Task::CVSMonitor;

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

1;

__END__