Last active
November 19, 2020 13:26
-
-
Save okurz/70f134d6d12212dadb8f2cc665a0328a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
use strictures; | |
use Mojo::JSON qw(decode_json); | |
use Mojo::File qw(path); | |
use Data::Dumper; | |
print(Dumper(decode_json(path('test_suites.json')->slurp))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment