Device::Modem v1.36 released to CPAN
From: Cosimo Streppone (cosimo_at_cpan.org)
Date: 02/22/04
- Previous message: oxlarge: "Re: perl Makefile.PL can't find pod2man"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 22 Feb 2004 17:36:00 GMT
Version 1.36 of Device::Modem perl extension has been released to CPAN,
and should be available at your local CPAN mirror in a day or two.
Changes
-------------
1.36
1.35
1.34 Sun Feb 22 18:12:54 CET 2004
- fixed CPAN bug #5131 (https://rt.cpan.org/Ticket/Display.html?id=5131)
- closed CPAN bug #5134 (https://rt.cpan.org/Ticket/Display.html?id=5134)
- dial() now should return correctly after a successful connect,
without unnecessarily waiting for timeout
- updated changes file missing in 1.35
1.33
1.32
1.31 Fri Jan 23 01:14:01 CET 2004
- Improved reliability in answer() method (sempre lui!),
that was more unstable due to recent changes.
- Documented _answer() internal function to get the raw modem response
instead of response string stripped of all cr/lf chars.
What it is?
------------
Device::Modem is a perl extension to talk to AT compliant devices via
serial ports. It should be enough platform independent as you need.
Prerequisites
-------------
+ working perl installation >= 5.005_03
+ Device::SerialPort >= 0.19 (Win32::SerialPort on Windows)
+ a modem or AT-compliant device if you want to use
it for some real work
Installation
------------
This module installs like all other good old perl modules:
$ perl Makefile.PL
$ make
$ make test
$ make install
Licensing terms
---------------
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Additionally, this is BETA software, so use it at your own risk,
and without ANY warranty!
For any need of commercial support and/or licensing, please contact
me directly: Cosimo Streppone <cosimo@cpan.org>
Advertising :-)
---------------
Check out also Device::Gsm module from the same author
to work with GSM devices connected via serial port.
- Previous message: oxlarge: "Re: perl Makefile.PL can't find pod2man"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|