.meta files are either YAML or JSON. Try the following script:
use 5.010; use strict; use warnings; use DDP; use YAML::XS qw(LoadFile); my $ref = LoadFile($ARGV[0]); p $ref;
In reply to Re: How do I parse CPAN .meta files
by zwon
in thread How do I parse CPAN .meta files
by 1arryb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |