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 # Warden.pm
# #
# Copyright (C) 2011-2014 Cesnet z.s.p.o # Copyright (C) 2011-2014 Cesnet z.s.p.o
# #
# Use of this source is governed by a BSD-style license, see LICENSE file. # Use of this source is governed by a BSD-style license, see LICENSE file.
package Warden;
use strict; use strict;
use warnings; use warnings;
......
#!/usr/bin/perl -w package Warden::ApacheDispatch;
#
# ApacheDispatch.pm # ApacheDispatch.pm
# #
# Copyright (C) 2011-2014 Cesnet z.s.p.o # Copyright (C) 2011-2014 Cesnet z.s.p.o
# #
# Use of this source is governed by a BSD-style license, see LICENSE file. # Use of this source is governed by a BSD-style license, see LICENSE file.
package Warden::ApacheDispatch;
use strict; use strict;
use SOAP::Transport::HTTP; use SOAP::Transport::HTTP;
......
#!/usr/bin/perl package WardenCommon;
#
# WardenCommon.pm # WardenCommon.pm
# #
# Copyright (C) 2011-2014 Cesnet z.s.p.o # Copyright (C) 2011-2014 Cesnet z.s.p.o
# #
# Use of this source is governed by a BSD-style license, see LICENSE file. # Use of this source is governed by a BSD-style license, see LICENSE file.
package WardenCommon;
use strict; use strict;
use warnings; use warnings;
......
#!/usr/bin/perl package WardenWatchdog;
#
# WardenWatchdog.pm # WardenWatchdog.pm
# #
# Copyright (C) 2011-2014 Cesnet z.s.p.o # Copyright (C) 2011-2014 Cesnet z.s.p.o
# #
# Use of this source is governed by a BSD-style license, see LICENSE file. # Use of this source is governed by a BSD-style license, see LICENSE file.
package WardenWatchdog;
use strict; use strict;
use warnings; use warnings;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment