The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!/usr/bin/perl -w
use strict;
use Test::DescribeMe qw(author);
use Test::Needs 'Test::CPAN::Changes';
Test::Needs->import();
# changes_ok();
plan(skip_all => "I don't agree with the author's format for dates");