https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41717
Bug ID: 41717
Summary: Update PDF::Reuse and PDF::Reuse::Barcode to the
latest version
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Update PDF::Reuse to the current version 0.43.
Update PDF::Reuse::Barcode to the current version 0.09
The existing test suite passes when with both so this should be a pretty
straightforward bump.
~/git_repos/koha/Koha(main)$ sg docker -c 'docker exec
koha-testing-docker-koha-1 perl -MPDF::Reuse -e "print \$PDF::Reuse::VERSION,
chr(10)"'
0.43
~/git_repos/koha/Koha(main)$ sg docker -c 'docker exec
koha-testing-docker-koha-1 perl -MPDF::Reuse::Barcode -e "print
\$PDF::Reuse::Barcode::VERSION, chr(10)"'
0.09
~/git_repos/koha/Koha(main)$ sg docker -c 'docker exec
koha-testing-docker-koha-1 bash -c "cd /kohadevbox/koha && prove t/Creators.t
t/db_dependent/Labels/t_Label.t"'
t/Creators.t ..................... ok
t/db_dependent/Labels/t_Label.t .. ok
All tests successful.
Files=2, Tests=49, 4 wallclock secs ( 0.05 usr 0.01 sys + 3.46 cusr 0.38
csys = 3.90 CPU)
Result: PASS
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/