[Koha-bugs] [Bug 8315] fix 'C4::Output 3.02' errors in Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 27 15:11:29 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8315

--- Comment #6 from Robin Sheat <robin at catalyst.net.nz> ---
On 3.8.2, I see the following things that use versioning:

$ grep -rPe '^\s*use\s+[^\s]+\s+\d' *
C4/Creators/Template.pm:use C4::Creators::Profile 1.000000;
C4/Creators/Template.pm:use C4::Creators::Lib 1.000000 qw(get_unit_values);
C4/Creators/Profile.pm:use C4::Creators::Lib 1.000000 qw(get_unit_values);
C4/Patroncards.pm:    use C4::Patroncards::Batch 1.000000;
C4/Patroncards.pm:    use C4::Patroncards::Layout 1.000000;
C4/Patroncards.pm:    use C4::Patroncards::Lib 1.000000;
C4/Patroncards.pm:    use C4::Patroncards::Patroncard 1.000000;
C4/Patroncards.pm:    use C4::Patroncards::Profile 1.000000;
C4/Patroncards.pm:    use C4::Patroncards::Template 1.000000;
C4/Labels.pm:    use C4::Labels::Batch 1.000000;
C4/Labels.pm:    use C4::Labels::Label 1.000000;
C4/Labels.pm:    use C4::Labels::Layout 1.000000;
C4/Labels.pm:    use C4::Labels::Profile 1.000000;
C4/Labels.pm:    use C4::Labels::Template 1.000000;
C4/Creators.pm:    use C4::Creators::Lib 1.000000;
C4/Creators.pm:    use C4::Creators::PDF 1.000000;
C4/Installer.pm:use C4::Installer::PerlModules 1.000000;
C4/Patroncards/Patroncard.pm:use C4::Creators::Lib 1.000000 qw(get_font_types);
C4/Patroncards/Patroncard.pm:use C4::Creators::PDF 1.000000 qw(StrWidth);
C4/Patroncards/Patroncard.pm:use C4::Patroncards::Lib 1.000000 qw(unpack_UTF8
text_alignment leading box get_borrower_attributes);
labels/label-manage.pl:use C4::Creators 1.000000;
labels/label-manage.pl:use C4::Labels 1.000000;
labels/label-create-csv.pl:use C4::Creators 1.000000;
labels/label-create-csv.pl:use C4::Labels 1.000000;
labels/label-create-xml.pl:use C4::Creators 1.000000;
labels/label-create-xml.pl:use C4::Labels 1.000000;
labels/label-print.pl:use C4::Creators::Lib 1.000000 qw(get_all_templates
get_all_layouts get_output_formats);
labels/label-print.pl:use C4::Labels::Batch 1.000000;
labels/label-create-pdf.pl:use C4::Creators 1.000000;
labels/label-create-pdf.pl:use C4::Labels 1.000000;
labels/label-edit-batch.pl:use C4::Creators 1.000000;
labels/label-edit-batch.pl:use C4::Labels 1.000000;
labels/label-edit-profile.pl:use C4::Creators 1.000000;
labels/label-edit-profile.pl:use C4::Labels 1.000000;
labels/label-edit-layout.pl:use C4::Creators 1.000000;
labels/label-edit-layout.pl:use C4::Labels 1.000000;
labels/label-edit-template.pl:use C4::Creators 1.000000;
labels/label-edit-template.pl:use C4::Labels 1.000000;
misc/cronjobs/overdue_notices.pl:use Locale::Currency::Format 1.28;
opac/opac-ratings-ajax.pl:use C4::Output 3.02 qw(:html :ajax pagination_bar);
opac/opac-tags.pl:use C4::Output 3.02 qw(:html :ajax pagination_bar);
patroncards/image-manage.pl:use C4::Creators 1.000000;
patroncards/image-manage.pl:use C4::Patroncards 1.000000;
patroncards/create-pdf.pl:use C4::Creators 1.000000;
patroncards/create-pdf.pl:use C4::Patroncards 1.000000;
patroncards/manage.pl:use C4::Creators 1.000000;
patroncards/manage.pl:use C4::Patroncards 1.000000;
patroncards/manage.pl:use C4::Labels 1.000000;
patroncards/edit-template.pl:use C4::Creators 1.000000;
patroncards/edit-template.pl:use C4::Patroncards 1.000000;
patroncards/edit-layout.pl:use C4::Creators 1.000000;
patroncards/edit-layout.pl:use C4::Patroncards 1.000000;
patroncards/card-print.pl:use C4::Creators 1.000000;
patroncards/card-print.pl:use C4::Labels 1.000000;
patroncards/edit-batch.pl:use C4::Creators 1.000000;
patroncards/edit-batch.pl:use C4::Patroncards 1.000000;
patroncards/print.pl:use C4::Creators 1.000000;
patroncards/print.pl:use C4::Patroncards 1.000000;
patroncards/edit-profile.pl:use C4::Creators::Lib 1.000000 qw(get_all_templates
get_unit_values);
patroncards/edit-profile.pl:use C4::Patroncards::Profile 1.000000;
tags/list.pl:use C4::Tags 0.03 qw(get_tags remove_tag get_tag_rows);
tags/review.pl:use C4::Output 3.02 qw(:html :ajax pagination_bar);
tags/review.pl:use C4::Tags 0.03 qw(get_tags get_approval_rows approval_counts
whitelist blacklist is_approved);
tools/manage-marc-import.pl:use C4::Labels::Batch 1.000000;

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


More information about the Koha-bugs mailing list