]> Dogcows Code - chaz/graphql-client/blobdiff - maint/fatpack.pl
add a few more fixups before release
[chaz/graphql-client] / maint / fatpack.pl
index 2748081e4905a02987c5be77ca3da53be0a0851e..66497fa281971e51603c81d596f0c462e538e8fa 100755 (executable)
@@ -80,6 +80,8 @@ sub run {
     $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);
 
This page took 0.015873 seconds and 4 git commands to generate.