NAME Data::Money::Converter::WebserviceX - WebserviceX currency conversion implementation SYNOPSIS my $curr = Data::Money->new(value => 10, code => 'USD'); my $conv = Data::Money::Converter::WebserviceX->new; $conv->convert($curr, 'GBP'); # Converted! AUTHOR Cory G Watson, "" ACKNOWLEDGEMENTS COPYRIGHT & LICENSE Copyright 2010 Cory G Watson. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.