From: H.Merijn Brand Date: Thu, 18 Sep 2008 12:44:08 +0000 (+0200) Subject: Problably no need anymore to put metaunits on CPAN now that we have a public git... X-Git-Tag: 5.26.1~280 X-Git-Url: https://perl5.git.perl.org/metaconfig.git/commitdiff_plain/8e6a306479b0080eb711fdc215976103bb6d4b9d?ds=sidebyside Problably no need anymore to put metaunits on CPAN now that we have a public git repo but this is what I use(d) to make the metaunits public --- diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..f0d8c82 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,19 @@ +#!perl + +use strict; + +exists $ENV{AUTOMATED_TESTING} && $ENV{AUTOMATED_TESTING} and exit 0; + +print <create_archive ($tgz, 9, sort @mc); +print $tgz, "\t", -s $tgz, "\n";