diff options
| -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'; |
