[liblinux-distribution-perl] 26/34: commit Build.PL

gregor herrmann gregoa at debian.org
Thu Jun 4 21:35:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag v0.22
in repository liblinux-distribution-perl.

commit b609e9040553971fcb91df09c0e8ec907a39b4a6
Author: Alexandr Ciornii <alexchorny at gmail.com>
Date:   Thu Feb 23 21:05:08 2012 +0200

    commit Build.PL
---
 Build.PL | 28 ++++++++++++++++++++++++++++
 Changes  |  1 +
 MANIFEST |  1 +
 3 files changed, 30 insertions(+)

diff --git a/Build.PL b/Build.PL
new file mode 100644
index 0000000..77f123d
--- /dev/null
+++ b/Build.PL
@@ -0,0 +1,28 @@
+use strict;
+use Module::Build;
+#created by eumm-migrate.pl
+
+unless (lc $^O eq "linux") {
+    die "OS unsupported\n";
+}
+
+my $build = Module::Build->new(
+  'auto_configure_requires' => 0,
+  'dist_author' => 'Alexandr Ciornii <alexchorny at gmail.com>',
+  'module_name' => 'Linux::Distribution',
+  'meta_merge' => {
+    'resources' => {
+      'repository' => 'https://github.com/chorny/Linux-Distribution'
+    }
+  },
+  'requires' => {
+    'perl' => '5.006',
+  },
+  'build_requires' => {
+    'Test::More' => 0,
+  },
+  'license' => 'perl',
+  'dist_version_from' => 'lib/Linux/Distribution.pm'
+);
+
+$build->create_build_script();
diff --git a/Changes b/Changes
index 111d024..c19823e 100644
--- a/Changes
+++ b/Changes
@@ -10,6 +10,7 @@ Added version detection for Scientific Linux
 Fixed version detection for Gentoo
 CentOS detection (modified patch from XSAWYERX)
 Start writing distribution-oriented tests
+Build.PL added
 
 * 2008-11-02 version 0.14_01
 
diff --git a/MANIFEST b/MANIFEST
index 3121b94..fb29633 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,5 @@
 Changes
+Build.PL
 Makefile.PL
 MANIFEST
 README

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblinux-distribution-perl.git



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