Skip to content

Commit

Permalink
Remove the old SVN ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosimo Streppone committed Jan 26, 2014
1 parent e194111 commit 3326460
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion examples/read_coils_full_api.pl
Expand Up @@ -7,7 +7,6 @@
#
# Cosimo Feb 2st, 2007
#
# $Id: read_coils_full_api.pl,v 1.4 2007/02/16 10:05:22 cosimo Exp $

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion examples/read_coils_simple.pl
Expand Up @@ -8,7 +8,6 @@
#
# Cosimo Feb 1st, 2007
#
# $Id: read_coils_simple.pl,v 1.2 2007/02/05 11:16:02 cosimo Exp $

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion examples/read_inputs_full_api.pl
Expand Up @@ -7,7 +7,6 @@
#
# Cosimo Feb 5st, 2007
#
# $Id: read_inputs_full_api.pl,v 1.1 2007/02/09 10:46:49 cosimo Exp $

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion examples/write_coil.pl
Expand Up @@ -5,7 +5,6 @@
#
# Cosimo Feb 5st, 2007
#
# $Id: write_coil.pl,v 1.3 2007/02/16 15:02:26 cosimo Exp $

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Protocol/Modbus.pm
Expand Up @@ -13,7 +13,7 @@ use Carp;
#------------------------------------------------
# Modbus module version
#------------------------------------------------
our $VERSION = '0.09';
our $VERSION = '0.10';

#------------------------------------------------
# Modbus related CONSTANTS
Expand Down
2 changes: 0 additions & 2 deletions lib/Protocol/Modbus/Exception.pm
@@ -1,5 +1,3 @@
# $Id: Exception.pm,v 1.2 2007/02/05 11:16:02 cosimo Exp $

package Protocol::Modbus::Exception;

use strict;
Expand Down
2 changes: 0 additions & 2 deletions lib/Protocol/Modbus/RTU.pm
@@ -1,5 +1,3 @@
# $Id: RTU.pm,v 1.2 2007/08/25 19:58:42 cosimo Exp $

package Protocol::Modbus::RTU;
$VERSION = 1.00;

Expand Down
2 changes: 0 additions & 2 deletions lib/Protocol/Modbus/TCP.pm
@@ -1,5 +1,3 @@
# $Id: TCP.pm,v 1.2 2007/02/05 11:16:02 cosimo Exp $

package Protocol::Modbus::TCP;

use strict;
Expand Down
2 changes: 0 additions & 2 deletions lib/Protocol/Modbus/Transaction.pm
@@ -1,5 +1,3 @@
# $Id: Transaction.pm,v 1.2 2007/02/05 11:16:02 cosimo Exp $

package Protocol::Modbus::Transaction;

use strict;
Expand Down
2 changes: 0 additions & 2 deletions lib/Protocol/Modbus/Transport/Serial.pm
@@ -1,5 +1,3 @@
# $Id: Serial.pm,v 1.1 2007/02/09 10:46:49 cosimo Exp $

package Protocol::Modbus::Transport::Serial;

use strict;
Expand Down
1 change: 0 additions & 1 deletion t/010-Requests.t
Expand Up @@ -4,7 +4,6 @@
#
# 2007/01/30 Cosimo Streppone <cosimo@cpan.org>
#
# $Id: 010-Requests.t,v 1.2 2007/02/05 11:16:03 cosimo Exp $

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/015-Responses.t
Expand Up @@ -4,7 +4,6 @@
#
# 2007/01/31 Cosimo Streppone <cosimo@cpan.org>
#
# $Id: 015-Responses.t,v 1.2 2007/02/05 11:16:03 cosimo Exp $

use strict;
use warnings;
Expand Down
2 changes: 0 additions & 2 deletions t/020-TcpIp.t
@@ -1,8 +1,6 @@
#
# Modbus/TCP-IP core tests
#
# $Id: 020-TcpIp.t,v 1.3 2007/02/16 10:51:21 cosimo Exp $
#

use Test::More;

Expand Down
1 change: 0 additions & 1 deletion t/030-Exceptions.t
Expand Up @@ -4,7 +4,6 @@
#
# Cosimo 2007/02/05
#
# $Id: 030-Exceptions.t,v 1.1 2007/02/09 10:46:49 cosimo Exp $

use strict;
use warnings;
Expand Down

0 comments on commit 3326460

Please sign in to comment.