/perl_WebService_ReviewBoard

WebService::ReviewBoard is a perl CPAN module for talking to review board (code review) webservices

Primary LanguagePerl

WebService-ReviewBoard 

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

DEPENDENCIES

    version
    YAML::Syck
    Data::Dumper
    Log::Log4perl
    Bundle::LWP

COPYRIGHT AND LICENCE

Copyright (C) 2008, Jay Buffington

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