Subject: | Minor issues with Net::SIP |
Hi there,
First of all, thanks for writing your module. I'm likely to become a
user of this code for a large, production application so I'm very
interested in coordinating efforts with you - How can I help?
I noticed the following things, to which I can happily provide patches
if you want:
* The README says (quote):
"This is a module for handling SIP, the IETF standard for VOIP (RFC3289)."
Shouldn't this be RFC-3261?
* make test (and real use) of the code produces lots of "Pseudo-hashes
are deprecated" warnings, probably because of the use of the 'fields'
module. I would simply add a 'deprecated' to the 'use warnings' as I
believe the code will do the right thing under perl 5.10...
I'll wait for your comments.
Thanks again and best regards.
-lem