Rex icon indicating copy to clipboard operation
Rex copied to clipboard

Replace XML::Simple dependency

Open ferki opened this issue 10 years ago • 1 comments

XML::Simple documentation states

The use of this module in new code is discouraged. Other modules are available which provide more straightforward and consistent interfaces. In particular, XML::LibXML is highly recommended.

Let's convert all XML-related code to XML::LibXML (which Rex already uses in Rex::Group::Lookup::XML).

ferki avatar Jun 18 '15 19:06 ferki

Also for "easier to use" it's worth considering XML::Twig or the standalone Mojo::DOM58

shadowcat-mst avatar Jan 03 '17 20:01 shadowcat-mst