Net::Gnats

perl extension providing an interface to the gnatsd daemon (GNU gnats 
issue tracking system). It is intended to allow developers to more 
easily create tie-in applications to gnats.


INSTALLATION

To install this package, change to the directory where you
unarchived this distribution and type the following:

    perl Makefile.PL
    make
    make test
    make install

DEVELOPMENT

Devel::Cover and Perl::Cover is required for this development
environment.

After modifying code, run:

    $ cover -test

And review coverage results (or lack thereof).

Further, make sure your code adheres to common Perl standards.

    $ perlcritic --brutal lib/

At the time of writing, there are 469 outstanding critic issues.

HOMEPAGE
http://gnatsperl.sourceforge.net/ 


COPYRIGHT
Copyright (c) 1997-2001, Mike Hoolehan. All Rights Reserved.  
This module is free software. It may be used, redistributed, 
and/or modified under the same terms as Perl itself.


AUTHOR
Mike Hoolehan, mike@sycamore.us