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 16358264ca47c52b4764221391b5f1e275e94b41
Author: Alexandr Ciornii <alexcho...@gmail.com>
Date:   Wed Sep 22 14:06:19 2010 +0300

    Fixed version detection for Gentoo
---
 Changes                   | 2 ++
 lib/Linux/Distribution.pm | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 2bd4b04..64d80e0 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+Fixed version detection for Gentoo
+
 * 2008-11-02 version 0.14_01
 
 Remove bareword filehandles and 2-arg open
diff --git a/lib/Linux/Distribution.pm b/lib/Linux/Distribution.pm
index ad08d26..d57baa6 100644
--- a/lib/Linux/Distribution.pm
+++ b/lib/Linux/Distribution.pm
@@ -43,7 +43,7 @@ our %release_files = (
 );
 
 our %version_match = (
-    'gentoo'                => 'Gentoo Base System version (.*)',
+    'gentoo'                => 'Gentoo Base System release (.*)',
     'debian'                => '(.+)',
     'suse'                  => 'VERSION = (.*)',
     'fedora'                => 'Fedora Core release (\d+) \(',

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to