# You should have received a copy of the GNU General Public License
# along with Koha; if not, see <http://www.gnu.org/licenses>.
use strict;
use Modern::Perl;
use warnings;
use C4::Templates;
use CGI qw ( -utf8 );
#!/usr/bin/perl
my @exclusions = (
'debhelper',
# Srdjan Jankovic <srdjan@catalyst.net.nz>
# Based on an sh version by Lars Wirzenius.
use Getopt::Long;
use POSIX qw/strftime/;
# along with this program. If not, see <http://www.gnu.org/licenses/>.
use C4::Installer::PerlDependencies;
=cut
use utf8;
binmode(STDOUT, ":utf8");
use C4::Auth qw(check_api_auth);
use Authen::CAS::Client;
use Storable qw(nstore_fd);
use Storable qw(fd_retrieve);
use C4::Output;
# use C4::Auth;
use C4::Installer::PerlModules;
my $help = 0;
my $missing = 0;
use C4::Auth;
#use warnings; FIXME - Bug 2505
require Exporter;
use C4::Auth; # get_template_and_user
use C4::Auth qw(:DEFAULT check_cookie_auth);
use Data::Dumper;
use POSIX;
use Encode qw( encode );
-