[Koha-bugs] [Bug 7170] Remove use of XML::Simple

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 4 13:19:15 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7170

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|paul.poulain at biblibre.com   |gmcharlt at gmail.com

--- Comment #17 from Paul Poulain <paul.poulain at biblibre.com> ---
Issue with XML::Simple still here in 16.05
the following files are still using it:
automate_check-in-out.pl:use XML::Simple;
C4/Reports/Guided.pm:use XML::Simple;
C4/SIP/xmlparse.pl:use XML::Simple qw(:strict);
C4/SIP/Sip/Configuration.pm:use XML::Simple qw(:strict);
C4/XISBN.pm:use XML::Simple;
C4/ILSDI/Services.pm:use XML::Simple;
C4/ILSDI/Services.pm:   use XML::Simple;
C4/External/BakerTaylor.pm:use XML::Simple;
C4/External/Syndetics.pm:use XML::Simple;
C4/Search/PazPar2.pm:use XML::Simple;
C4/Context.pm:use XML::Simple;
C4/Search.pm:use XML::Simple;
svc/new_bib:use XML::Simple;
svc/bib:use XML::Simple;
svc/bib_profile:use XML::Simple;
svc/import_bib:use XML::Simple;
svc/authentication:use XML::Simple;
about.pl:use XML::Simple;
misc/bin/connexion_import_daemon.pl:use XML::Simple;
test_BZ8089.pl:use XML::Simple;
opac/ilsdi.pl:use XML::Simple;
patroncards/create-pdf.pl:use XML::Simple;
patroncards/edit-layout.pl:use XML::Simple;
labels/label-create-xml.pl:use XML::Simple;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list