Test-Device-SerialPort
======================

Test class to pretend we are working with a real device attached to serial port.
The fake object that gets created only has some methods implemented and it hasn't
the complexity of a real serial line.

For now, it does what I need...
It should be interesting to subclass it to something like
Test::Device::SerialPort::Modem or T::D::S::Gsm or something like that.
Who knows?


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


SOURCE CODE REPOSITORY

  http://github.com/cosimo/perl5-test-device-serialport/


COPYRIGHT AND LICENCE

Copyright (C) 2007-2010 by Streppone Cosimo

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
at your option, any later version of Perl 5 you may have available.

