From a984a34d3f50482e964f95875c94e6d538a20fee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 18 Apr 2013 18:02:04 +0200 Subject: add note about tested platforms --- docs/loadbars.pod | 4 ++++ loadbars | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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'; -- cgit v1.2.3