Help language development. Donate to The Perl Foundation
Date::Calendar::Gregorian
cpan:JFORGET
last updated on 2020-04-07
#!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;