diff options
| author | Paul Buetow <paul.buetow@1und1.de> | 2013-04-18 18:02:04 +0200 |
|---|---|---|
| committer | Paul Buetow <paul.buetow@1und1.de> | 2013-04-18 18:02:04 +0200 |
| commit | a984a34d3f50482e964f95875c94e6d538a20fee (patch) | |
| tree | 1560cce3626802265373f5bb87142ead367c48b9 | |
| parent | 6ec996fb7fce8c31c92d1566bfce8a46c0e0da36 (diff) | |
add note about tested platforms
| -rw-r--r-- | docs/loadbars.pod | 4 | ||||
| -rwxr-xr-x | loadbars | 3 |
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 @@ -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'; |
