# HG changeset patch # User Dennis Fink # Date 2014-07-15 19:16:40 # Node ID 83a2e880fb88d80c06985279d70b38b0e08d1b1a # Parent 483776379082433198ad9189fd9e0d97217d056d Real multiline comments in perl update script diff --git a/Scripts/update_server.pl b/Scripts/update_server.pl --- a/Scripts/update_server.pl +++ b/Scripts/update_server.pl @@ -1,12 +1,16 @@ #!/usr/bin/env perl -=About +=begin About This is a perlized "Update Server" script which should run out of the box on most machines. If not you need to install HTTP::Tiny sudo cpan >install HTTP::Tiny by virii + += end + =cut + use HTTP::Tiny; use IO::Socket; ######## [defaults] ########