Skip to content

Commit

Permalink
Version 0.06 changes:
Browse files Browse the repository at this point in the history
	- Add ControlX10:xx examples and read_back_cmd
	- Add write_decoder capability and removed unused cm11_write
	- Add tied filehandle support and demo
	- Improved documentation
  • Loading branch information
wbirthisel committed Sep 9, 2010
1 parent 2a8b5f9 commit c2c3284
Show file tree
Hide file tree
Showing 9 changed files with 595 additions and 79 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Revision history for Perl extension Test::Device::SerialPort.

0.05 Sat Sep 04 21:06:00 2010
- Add ControlX10:xx examples and read_back_cmd
- Add write_decoder capability and removed unused cm11_write
- Add tied filehandle support and demo
- Improved documentation

0.05 Thu Jun 10 12:59:04 2010
- Add status and is_status methods
- Work around POSIX.pm warnings on Windows
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST
Expand Up @@ -3,6 +3,9 @@ Makefile.PL
MANIFEST
README
eg/elec_meter.pl Read-only French electric meter demo
eg/tie_demo.pl With output_decoder and loopback
eg/CM11test.t Test for ControlX10::CM11 functions
eg/CM17test.t Test for ControlX10::CM17 functions
t/AltPort.pm
t/Test-Device-SerialPort.t
t/test2.t
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Test-Device-SerialPort
version: 0.04
version: 0.06
version_from: lib/Test/Device/SerialPort.pm
installdirs: site
requires:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
@@ -1,6 +1,6 @@
use strict;
use warnings;
my $version = "0.05"; # for nomake versions
my $version = "0.06"; # for nomake versions
use ExtUtils::MakeMaker;

WriteMakefile(
Expand Down
2 changes: 2 additions & 0 deletions README
Expand Up @@ -17,6 +17,8 @@ the commonly used functions emulate as advertised.

June, 2010: Added example that syncronizes with a free-running data stream

September, 2010: Add tied filehandle support and additional examples

INSTALLATION

To install this module type the following:
Expand Down

0 comments on commit c2c3284

Please sign in to comment.