[liblinux-distribution-perl] 27/34: version 0.21

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 06f7ed80098139195cc01f110832a15f5e05e2d9
Author: Alexandr Ciornii <alexchorny at gmail.com>
Date:   Thu Feb 23 21:20:18 2012 +0200

    version 0.21
---
 Changes     |  2 +-
 MANIFEST    | 27 ++++++++++++++++++---------
 META.yml    | 40 +++++++++++++++++++++-------------------
 Makefile.PL |  2 +-
 4 files changed, 41 insertions(+), 30 deletions(-)

diff --git a/Changes b/Changes
index c19823e..c1a61f0 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-* 2011-??-?? version 0.21
+* 2011-02-23 version 0.21
 
 Added OS and version detection for Oracle Enterprise Linux
 Fixed version detection for Fedora (reported by tlhackqueATyahoo.com, RT#69671)
diff --git a/MANIFEST b/MANIFEST
index fb29633..9449939 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,20 +1,29 @@
-Changes
 Build.PL
+Changes
+lib/Linux/Distribution.pm
 Makefile.PL
 MANIFEST
+META.yml			Module meta-data (added by MakeMaker)
 README
-t/Linux-Distribution.t
 t/centos.t
-t/centos6.t
-t/fedora15.t
-t/scientific6.t
 t/centos/files
 t/centos/redhat-release
-t/centos6/files
+t/centos6.t
 t/centos6/centos-release
+t/centos6/files
+t/fedora15.t
 t/fedora15/fedora-release
 t/fedora15/files
-t/scientific6/redhat-release
+t/fedora15/redhat-release
+t/Linux-Distribution.t
+t/oel6.t
+t/oel6/enterprise-release
+t/oel6/files
+t/oel6/redhat-release
+t/rhel6.t
+t/rhel6/files
+t/rhel6/redhat-release
+t/scientific6.t
 t/scientific6/files
-lib/Linux/Distribution.pm
-META.yml                                 Module meta-data (added by MakeMaker)
+t/scientific6/redhat-release
+META.json
diff --git a/META.yml b/META.yml
index d709273..55b6dd8 100644
--- a/META.yml
+++ b/META.yml
@@ -1,21 +1,23 @@
---- #YAML:1.0
-name:               Linux-Distribution
-version:            0.21
-abstract:           Perl extension to detect on which Linux distribution we are running.
+---
+abstract: Perl extension to detect on which Linux distribution we are running.
 author:
-    - Alberto Re <alberto at accidia.net>
-    - Alexandr Ciornii <alexchorny at gmail.com>
-license:            perl
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
-requires:
-    perl:  5.006
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.48
+  - 'Alexandr Ciornii <alexchorny at gmail.com>'
+build_requires:
+  Test::More: 0
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.112150'
+license: perl
 meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Linux-Distribution
+provides:
+  Linux::Distribution:
+    file: lib/Linux/Distribution.pm
+    version: 0.21
+requires:
+  perl: 5.006
+resources:
+  license: http://dev.perl.org/licenses/
+  repository: https://github.com/chorny/Linux-Distribution
+version: 0.21
diff --git a/Makefile.PL b/Makefile.PL
index 4505c9a..4b68521 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,7 +1,7 @@
 use 5.006000;
 use ExtUtils::MakeMaker;
 unless (lc $^O eq "linux") {
-    #die "OS unsupported\n";
+    die "OS unsupported\n";
 }
 WriteMakefile(
     NAME              => 'Linux::Distribution',

-- 
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