Subject: | Failed test in make |
Found a bug which prevented make test from succeding on my system:
Linux lenovo 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686
GNU/Linux
$ perl --version
This is perl, v5.10.0 built for i486-linux-gnu-thread-multi
Tested the latest version available from CPAN (0.14). Patch appended.
Subject: | Linux-Distribution-0.14.patch |
diff --git a/Linux-Distribution-0.14/lib/Linux/Distribution.pm b/Linux-Distribution-0.14.patched/lib/Linux/Distribution.pm
index 5580447..2b55ef3 100644
--- a/Linux-Distribution-0.14/lib/Linux/Distribution.pm
+++ b/Linux-Distribution-0.14.patched/lib/Linux/Distribution.pm
@@ -54,7 +54,7 @@ our %version_match = (
if ($^O ne 'linux') {
require Carp;
- Carp::croak 'you are trying to use a linux specific module on a different OS';
+ Carp::croak('you are trying to use a linux specific module on a different OS');
}
sub new {