Change the repository URL to https, bump version, ready to release
[cpan-testers-parsereport.git] / t / 01-metayaml.t
blobd26efb8b8fe40fe8435b1d34f3dcfece2df7b3b7
1 #!perl -T
3 use strict;
4 use warnings;
5 use Test::More;
7 # Ensure a recent version of Test::Pod
8 my $min = 0.12;
9 eval "use Test::CPAN::Meta $min";
10 plan skip_all => "Test::CPAN::Meta $min required for testing META.yml" if $@;
11 plan skip_all => "No META.yml file found" unless -e "META.yml";
13 meta_yaml_ok();