Hi, This morning I discovered that some of the OpenSRS::* libraries (I noticed this in the 2.76 release) use warnings which render them useless in versions of Perl < 5.6
I would like to send patches, but I don't know where to send them. Does
anyone have that information?
Or if there are developers floating around on the list :
- use warnings;
+ BEGIN { require warnings if $[ >= 5.006; }
Thanks,
