#!/usr/bin/perl
#Recommended pragmas
# This file is part of Koha.
# #
# # 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 warnings;
use diagnostics;
-