Browse Source

find XML::Simple again

Ralf S. Engelschall 23 years ago
parent
commit
0149d6597b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openpkg-tool/openpkg-build.pl

+ 1 - 1
openpkg-tool/openpkg-build.pl

@@ -430,7 +430,7 @@ sub get_index ($$$) {
         die "FATAL: cannot open '$fetch' ($!)\n";
 
     eval {
-        require XML::Somple;
+        require XML::Simple;
     };
     if ($@) {