X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FLabels%2FLabel.pm;h=5f3a610079c6ba0d26a6d6fa4c127c6f32b568d7;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=deb7429bc6f580934e695452d34d530dfce3e47d;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=koha-ffzg.git diff --git a/C4/Labels/Label.pm b/C4/Labels/Label.pm index deb7429bc6..5f3a610079 100644 --- a/C4/Labels/Label.pm +++ b/C4/Labels/Label.pm @@ -3,14 +3,13 @@ package C4::Labels::Label; use strict; use warnings; -use Text::Wrap; -use Algorithm::CheckDigits; +use Text::Wrap qw( wrap ); +use Algorithm::CheckDigits qw( CheckDigits ); use Text::CSV_XS; -use Data::Dumper; use Text::Bidi qw( log2vis ); use C4::Context; -use C4::Biblio; +use C4::Biblio qw( GetMarcBiblio GetMarcFromKohaField ); use Koha::ClassSources; use Koha::ClassSortRules; use Koha::ClassSplitRules;