On 2016-01-05 09:19:54, bill@bottlenose-wine.com wrote:
Show quoted text> Hi, Andrew.
>
> Is there a way to suppress the following warnings?
>
> Your invoice may vary from the displayed reference rates at
> /usr/local/share/perl/5.20.2/Shipment/UPS.pm line 548.
>
> They really clutter up my tests.
You can capture warnings with a custom $SIG{__WARN__} handler -- see 'perldoc perlvar' under %SIG.