From 8e6a306479b0080eb711fdc215976103bb6d4b9d Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Thu, 18 Sep 2008 14:44:08 +0200 Subject: [PATCH] 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 --- Makefile.PL | 19 +++++++++++++++++++ make-dist.pl | 20 ++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 Makefile.PL create mode 100755 make-dist.pl 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"; -- 1.8.3.1