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

use strict;
use Test::Pod::Coverage 'tests' => 2;
# Test.
pod_coverage_ok('Data::Person',
{ 'also_private' => ['BUILD'] },
'Data::Person is covered.');