meta-spec in json is an integer
[Config-Perl-V.git] / examples / show-v.pl
blob2fac597ba18b3d0010c297a0305119eba3ca5f4e
1 #!/pro/bin/perl
3 use strict;
4 use warnings;
6 use Data::Peek;
7 use Config::Perl::V;
9 my $conf = Config::Perl::V::myconfig [ @ARGV ];
10 DDumper $conf;
12 DDumper Config::Perl::V::summary $conf;