View Single Post
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#1
I need to upload a few Perl modules to fix a download issue with the latest version of get_iplayer. The fix I have found is to install XML::Simple, something it has warned about for a while.

There are 2 routes I can go down at this time. One is a minimal build that makes use of a pure Perl xml parser, the other makes use of libxml-sax-expat-perl and ucf (from -devel) and libxml-parser-perl (can just upload SDK version to devel). Going forward the later option is probably the better choice to support other applications, first is smaller and easier.

What's everyone else stand point on the matter?