Lukas Mai 8b1b46cdfe various tests: replace BEGIN/require/import by use
That is, turn

    BEGIN {
        require Foo;
        Foo->import(...);
    }

into

    use Foo ...;

(Except for a few tests that did the `require Config; Config->import`
dance without actually using `%Config` anywhere, so I just deleted the
import code.)
2025-03-19 05:21:17 +01:00
..
2023-09-18 09:25:07 -04:00
2024-02-28 14:28:54 -07:00
2024-02-28 14:28:54 -07:00
2024-07-02 06:38:16 +02:00
2024-11-15 07:22:39 +01:00
2022-08-30 09:32:45 -06:00
2024-07-03 09:05:20 -06:00
2023-02-07 21:37:15 +08:00
2023-08-08 10:43:52 +10:00
2024-05-23 08:22:07 -06:00
2024-07-03 09:05:20 -06:00
2022-11-14 10:29:48 +01:00