# You should have received a copy of the GNU General Public License
# along with Koha; if not, see <http://www.gnu.org/licenses>.
use Modern::Perl;
use strict;
#use warnings; FIXME - Bug 2505
use Koha::Util::FrameworkPlugin qw(wrapper);
use C4::Auth;
=cut
use CGI qw ( -utf8 );
use C4::Context;
use C4::Output;
-