[SCM] libpackage-variant-perl Debian packaging branch, master, updated. debian/1.001003-1-16-g363631d

Matt S Trout mst at shadowcat.co.uk
Thu May 9 17:13:58 UTC 2013


The following commit has been merged in the master branch:
commit 6980ac23c9dabcc73f12ced7001c8ac5222bad5c
Author: Matt S Trout <mst at shadowcat.co.uk>
Date:   Mon Jan 23 17:21:12 2012 +0000

    add Distar config

diff --git a/Makefile.PL b/Makefile.PL
index 5227b9b..d8d2514 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,6 +2,8 @@ use strict;
 use warnings FATAL => 'all';
 use ExtUtils::MakeMaker;
 
+(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+
 WriteMakefile(
   NAME => 'Package-Variant',
   VERSION_FROM => 'lib/Package/Variant.pm',
diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include
new file mode 100644
index 0000000..ffa6647
--- /dev/null
+++ b/maint/Makefile.PL.include
@@ -0,0 +1,5 @@
+BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
+use lib "Distar/lib";
+use Distar;
+
+author 'mst - Matt S. Trout (cpan:MSTROUT) <mst at shadowcat.co.uk>';

-- 
libpackage-variant-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list