[liblinux-distribution-perl] 02/34: import Linux::Distribution 0.02 from CPAN

gregor herrmann gregoa at debian.org
Thu Jun 4 21:35:35 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 491259fa8e54e1d88d7ce4f3f1bdf8bb8db45b6a
Author: Re Alberto <kerberus at accidia.net>
Date:   Sun Mar 6 14:50:02 2005 -0800

    import Linux::Distribution 0.02 from CPAN
    
    git-cpan-module: Linux::Distribution
    git-cpan-version: 0.02
---
 Changes                   | 28 ++++++++++++++++++++++++----
 META.yml                  |  2 +-
 README                    |  4 ++--
 lib/Linux/Distribution.pm | 10 +++++++---
 4 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/Changes b/Changes
index 6f2f8f3..5e78f95 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,26 @@
-Revision history for Perl extension Linux::Distribution.
+------------------------------------------------------------------------
+r5 | kerberus | 2005-03-06 20:27:46 +0100 (Sun, 06 Mar 2005) | 4 lines
 
-0.01  Wed Mar  2 01:00:59 2005
-	- original version; created by h2xs 1.23 with options
-		-A -X -n Linux::Distribution
+Version 0.02.
 
+Updated changelog.
+
+------------------------------------------------------------------------
+r4 | kerberus | 2005-03-06 20:25:16 +0100 (Sun, 06 Mar 2005) | 3 lines
+
+Added support for immunix, conectiva, tinysofa and va-linux.
+
+
+------------------------------------------------------------------------
+r2 | kerberus | 2005-03-06 20:16:36 +0100 (Sun, 06 Mar 2005) | 2 lines
+
+Updated changelog
+
+------------------------------------------------------------------------
+r1 | kerberus | 2005-03-06 20:14:28 +0100 (Sun, 06 Mar 2005) | 4 lines
+
+Version 0.01.
+
+Imported original source tree.
+
+------------------------------------------------------------------------
diff --git a/META.yml b/META.yml
index c817794..aae62e9 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Linux-Distribution
-version:      0.01
+version:      0.02
 version_from: lib/Linux/Distribution.pm
 installdirs:  site
 requires:
diff --git a/README b/README
index c232cea..1e1148d 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-Linux-Distribution version 0.01
+Linux-Distribution version 0.02
 ===============================
 
 This is a module that guess on what kind of linux distribution we are running looking for distro's specific release file into /etc.
-It currently recognize slackware, debian, suse, fedora, redhat, turbolinux, yellowdog, knoppix, mandrake and gentoo.
+It currently recognize slackware, debian, suse, fedora, redhat, turbolinux, yellowdog, knoppix, mandrake, conectiva, immunix, tinysofa, va-linux and gentoo.
 
 INSTALLATION
 
diff --git a/lib/Linux/Distribution.pm b/lib/Linux/Distribution.pm
index da8902d..f5ee10d 100644
--- a/lib/Linux/Distribution.pm
+++ b/lib/Linux/Distribution.pm
@@ -11,7 +11,7 @@ our @ISA = qw(Exporter);
 
 our @EXPORT_OK = qw( distribution_name );
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 our %release_files = (
     'gentoo-release'        => 'gentoo',
@@ -27,7 +27,11 @@ our %release_files = (
     'slackware-version'     => 'slackware',
     'slackware-release'     => 'slackware',
     'redhat-release'        => 'redhat',
-    'redhat_version'        => 'redhat'
+    'redhat_version'        => 'redhat',
+    'conectiva-release'     => 'conectiva',
+    'immunix-release'       => 'immunix',
+    'tinysofa-release'      => 'tinysofa',
+    'va-release'            => 'va-linux'
 );
 
 carp('you are trying to use a linux specific module on a different OS')
@@ -64,7 +68,7 @@ Linux::Distribution - Perl extension to guess on what linux distribution we are
 
 This is a simple module that try to guess on what linux distribution we are running looking for release's files in /etc.
 
-It currently recognize slackware, debian, suse, fedora, redhat, turbolinux, yellowdog, knoppix, mandrake and gentoo.
+It currently recognize slackware, debian, suse, fedora, redhat, turbolinux, yellowdog, knoppix, mandrake, conectiva, immunix, tinysofa, va-linux and gentoo.
 
 =head2 EXPORT
 

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