The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Comedi::Lib

This module provides a Perl API for Comedilib. Comedilib is a separately
distributed package containing a user-space library that provides a 
developer-friendly interface to the Comedi devices. This module consists of
the functions that the Comedilib library provides.

TODO

I don't use XS, C::Scan or something like that, to export constants and macros
to the callers name-space, as long as it's not clarified which constants and
macros used for Comedilib and which for 'pure' Comedi (driver development).
Both the documentation and the source code couldn't help me at all to resolve
that problem.

NOTE

This module does _not_ support any ALPHA constants, macros or functions.
This will be done by a separately module, anytime soon.

INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install

SUPPORT & DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command

   perldoc Comedi::Lib

or use the man command

   man Comedi::Lib

You can also look for information at:

   Search CPAN
      http://search.cpan.org/dist/Comedi-Lib

   CPAN Request Tracker
      http://rt.cpan.org/NoAuth/Bugs.html?Dist=Comedi-Lib

   AnnoCPAN, annotated CPAN documentation
      http://annocpan.org/dist/Comedi-Lib

   CPAN Ratings
      http://cpanratings.perl.org/d/Comedi-Lib

   Comedi
      http://www.comedi.org

BUGS

Please report any bugs or feature request to my email address, or through the
web interface at http://rt.cpan.org/Public/Bug/Report.html?Queue=Comedi::Lib.
I'll be notified, and then you'll automatically be notified of progess on your
bug as I make changes.

COPYRIGHT & LICENCE

Copyright (C) 2009 Manuel Gebele

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