Help language development. Donate to The Perl Foundation

Date::Calendar::Gregorian cpan:JFORGET last updated on 2020-04-07

t/02-test-meta.t
#!perl6
#
# checking the META6.json file
#

use v6;
use lib 'lib';

use Test;
use Test::META;

plan 1;

# That's it
meta-ok();


done-testing;