Skip to content
Snippets Groups Projects
Commit ddb71bb1 authored by Marek Szuba's avatar Marek Szuba
Browse files

Remove artificial dependency on XML::Simple

The only part of the xref-mapping pipeline that depended on the
long-deprecated module XML::Simple was TAIROntologyParser - which did
not actually *use* that module for anything. Get rid of the useless
import, thus making it unnecessary for XML::Simple to be mentioned in
the cpanfile.
parent 1aace28a
No related branches found
No related tags found
4 merge requests!342Feature/schema update 96,!305Remove artificial dependency on XML::Simple,!342Feature/schema update 96,!305Remove artificial dependency on XML::Simple
......@@ -31,6 +31,5 @@ feature 'xref_mapping', 'Xref mapping pipeline' => sub {
requires 'Digest::MD5';
requires 'Text::Glob';
requires 'XML::LibXML';
requires 'XML::Simple';
};
=cut
......@@ -102,7 +102,6 @@ use Data::Dumper;
use File::Basename 'basename';
use Readonly;
use List::MoreUtils 'uniq';
use XML::Simple 'XMLin';
use base qw( XrefParser::BaseParser );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment