summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul.buetow@1und1.de>2013-04-18 18:02:04 +0200
committerPaul Buetow <paul.buetow@1und1.de>2013-04-18 18:02:04 +0200
commita984a34d3f50482e964f95875c94e6d538a20fee (patch)
tree1560cce3626802265373f5bb87142ead367c48b9
parent6ec996fb7fce8c31c92d1566bfce8a46c0e0da36 (diff)
add note about tested platforms
-rw-r--r--docs/loadbars.pod4
-rwxr-xr-xloadbars3
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/loadbars.pod b/docs/loadbars.pod
index dca2d75..ca5b193 100644
--- a/docs/loadbars.pod
+++ b/docs/loadbars.pod
@@ -4,6 +4,10 @@ loadbars - A small and humble tool to observe server loads
=head1 SYNOPSIS
+=head2 Tested platforms
+
+This version of loadbars has only been tested on Debian GNU/Linux Squeeze.
+
=head2 I like flying elephants
For any startup params help check out --help on command line or 'h' during program
diff --git a/loadbars b/loadbars
index d111397..8b5c335 100755
--- a/loadbars
+++ b/loadbars
@@ -6,13 +6,14 @@
use strict;
use warnings;
-use v5.14;
use Getopt::Long;
my $lib;
BEGIN {
+ die "HAllo";
+require v5.14;
if ( -d './lib/Loadbars' ) {
$lib = 'lib';