summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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';