/MYMETA.*
/blib
/cover_db
+/fatlib
+/graphql
/local*
/pm_to_blib
$(DZIL) build
distclean: clean
- rm -rf cover_db
+ rm -rf .build cover_db fatlib
test:
$(PROVE) -l$(if $(findstring 1,$(V)),v) t
=head1 FORMAT
-The C<--format> argument can be one of:
+The argument for L</"--format STR"> can be one of:
=for :list
* C<csv> - Comma-separated values (requires L<Text::CSV>)
$moduledir->mkpath;
system(qw{cp -r}, $fatlibdir, $distdir->child('lib'), "$moduledir/");
+ $moduledir->child('fatlib/Test')->remove_tree({safe => 0}); # don't need Test:: modules
+
my $fatpack = do {
my $cd_builddir = pushd($moduledir);