From 88ede2ea026377c7a9ca59ad74cd822545f3cbc9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 4 Sep 2012 22:29:24 +0200 Subject: License (GNU GPL) --- cgi-bin/index.cgi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'cgi-bin') diff --git a/cgi-bin/index.cgi b/cgi-bin/index.cgi index 6f3053f..89290e8 100755 --- a/cgi-bin/index.cgi +++ b/cgi-bin/index.cgi @@ -1,9 +1,16 @@ #!/usr/bin/perl +use 5.010_000; use strict; use warnings; use utf8; +=head1 NAME + +index.cgi - + +=cut + use lib 'lib'; use FPanel::Interface; @@ -22,3 +29,20 @@ my $cgi = FPanel::Interface->new( PARAMS => { cfg_file => [ @config ], format => 'equal' } ); $cgi->run(); + +=head1 AUTHOR + +Guilhem Moulin C<< >> + +=head1 COPYRIGHT + +Copyright 2012 Guilhem Moulin. + +=head1 LICENSE + +This program is free software; you can redistribute it and/or modify it +under the same terms as perl itself. + +=cut + +__END__ -- cgit v1.2.3