Skip to content

Commit

Permalink
Documented changes for 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimo committed Mar 16, 2012
1 parent ac3bca9 commit 5afb8ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Device::Gsm.

1.60 Fri Mar 16 12:14:07 CET 2012
- Removed the syslog test. Was artificial and pointless,
and it failed on Windows and Solaris. Thanks to CPAN testers reports.

1.59 Thu Mar 8 10:13:30 CET 2012
- Fixed RT #75619, POD fixes to make the POD clean for Debian packaging.
- Applied .perltidyrc to all source files. Watch out if you had patches :)
Expand Down
4 changes: 2 additions & 2 deletions lib/Device/Gsm.pm
@@ -1,5 +1,5 @@
# Device::Gsm - a Perl class to interface GSM devices as AT modems
# Copyright (C) 2002-2011 Cosimo Streppone, cosimo@cpan.org
# Copyright (C) 2002-2012 Cosimo Streppone, cosimo@cpan.org
# Copyright (C) 2006-2011 Grzegorz Wozniak, wozniakg@gmail.com
#
# This program is free software; you can redistribute it and/or modify
Expand All @@ -12,7 +12,7 @@

package Device::Gsm;

$Device::Gsm::VERSION = '1.59';
$Device::Gsm::VERSION = '1.60';

use strict;
use Device::Modem 1.47;
Expand Down

0 comments on commit 5afb8ce

Please sign in to comment.