Skip to content
Snippets Groups Projects
Commit d2f37ebe authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

odstraneni retezce spousteciho Perl interpreteru

parent 72fc92a7
Branches
Tags
No related merge requests found
#!/usr/bin/perl
#
package Warden;
# Warden.pm
#
# Copyright (C) 2011-2014 Cesnet z.s.p.o
#
# Use of this source is governed by a BSD-style license, see LICENSE file.
package Warden;
use strict;
use warnings;
......
#!/usr/bin/perl -w
#
package Warden::ApacheDispatch;
# ApacheDispatch.pm
#
# Copyright (C) 2011-2014 Cesnet z.s.p.o
#
# Use of this source is governed by a BSD-style license, see LICENSE file.
package Warden::ApacheDispatch;
use strict;
use SOAP::Transport::HTTP;
......
#!/usr/bin/perl
#
package WardenCommon;
# WardenCommon.pm
#
# Copyright (C) 2011-2014 Cesnet z.s.p.o
#
# Use of this source is governed by a BSD-style license, see LICENSE file.
package WardenCommon;
use strict;
use warnings;
......
#!/usr/bin/perl
#
package WardenWatchdog;
# WardenWatchdog.pm
#
# Copyright (C) 2011-2014 Cesnet z.s.p.o
#
# Use of this source is governed by a BSD-style license, see LICENSE file.
package WardenWatchdog;
use strict;
use warnings;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment