ExtensionsLst.pm (1e4dc01f) ExtensionsLst.pm (9568fc44)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 577 unchanged lines hidden (view full) ---

586 }
587
588 return @result;
589 }
590 else
591 {
592 # Bundling of dictionaires is disabled.
593 }
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 577 unchanged lines hidden (view full) ---

586 }
587
588 return @result;
589 }
590 else
591 {
592 # Bundling of dictionaires is disabled.
593 }
594
595 return ();
594}
595
596
5971;
596}
597
598
5991;