I have to translate some code from a 4GL report writing language to Perl and the module I'm considering using
appears the most straightforward.
However, running the examples with the ubiquitous '-w' switch on generates a warning in the modules PM file.
While amending the code was easy enough (there is a ambigious function call) it has left me worried about the module as a whole.
Should I be concerned by this or can I trust the fact that it's on CPAN?