Skip Menu |

This queue is for tickets about the GSM-SMS CPAN distribution.

Report information
The Basics
Id: 1925
Status: new
Priority: 0/
Queue: GSM-SMS

People
Owner: Nobody in particular
Requestors: philip [...] utiba.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Possible bug in GSM::SMS
According to specifications I have, RTTTL notes may have possible values P, C, C#, D, D#, E, F, F#, G, G#, A, A#, H. In v0.13, GSM::SMS::OTA::RTTTL::OTARTTTL_check() compared each note against a range [a-z]. As of version 0.151 (and also in 0.160) the note is checked against a range [a-g]|p which is not correct, as this disallows note H. In addition, $VERSION = '0.1' is set in every version of the module that I have seen, so it can be quite difficult to differentiate at runtime which version of the module is being used (this became an issue due to a problem I had with mod_perl - having the correct version mumber would have helped in debugging!) Note: this is a duplicate of an email I sent you directly 2002/30/12. If you have already seen my email, please ignore this. Regards, Philip Yarra. uname -a : Linux [hostname] 2.4.18-3 #1 Thu Apr 18 07:37:53 EDT 2002 i686 unknown perl -v : This is perl, v5.6.1 built for i386-linux