Module-Starter-TOSHIOITO
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Module/Starter/TOSHIOITO.pm view on Meta::CPAN
use warnings;
use Test::More;
EOH
}
sub _ensure_dir {
my ($self, @dirpaths) = @_;
my $dir = File::Spec->catdir($self->{basedir}, @dirpaths);
if (not -d $dir) {
local @ARGV = $dir;
mkpath();
$self->progress("Created $dir");
}
}
sub ignores_guts {
my ($self, $type) = @_;
return $self->SUPER::ignores_guts($type) if $type ne "manifest";
return <<'HERE'
^_
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.767 second using v1.00-cache-2.02-grep-82fe00e-cpan-c9a218a2bbc )