use strict;
use warnings;
sub {
my ($opt) = @_;
$opt->{DEVELOP_REQUIRES} = {
'Test::Pod' => 1.22,
'Pod::Markdown::Githubert' => 0,
};
}
use strict;
use warnings;
sub {
my ($opt) = @_;
$opt->{DEVELOP_REQUIRES} = {
'Test::Pod' => 1.22,
'Pod::Markdown::Githubert' => 0,
};
}