Bug 10268 - add missing perl packages for Koha on wheezy (perl5.14)
Summary: add missing perl packages for Koha on wheezy (perl5.14)
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Packaging (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-17 08:07 UTC by Mason James
Modified: 2014-12-07 20:03 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mason James 2013-05-17 08:07:25 UTC
i just upgraded my squeeze box to wheezy, 
and got some errors about some missing perl modules

a quick cpanm fixed the errors...
 # cpanm LWP/UserAgent.pm Try/Tiny.pm URI/Escape.pm


this bug will attempt to fix this problem
Comment 1 Robin Sheat 2013-11-19 03:38:06 UTC
I think this is something funny in your setup:

$ apt-file search LWP/UserAgent.pm
libtest-mock-lwp-perl: /usr/share/perl5/Test/Mock/LWP/UserAgent.pm
libwww-perl: /usr/share/perl5/LWP/UserAgent.pm
perl-modules: /usr/share/perl/5.14.2/CPAN/LWP/UserAgent.pm

$ apt-file search Try/Tiny.pm
libtry-tiny-perl: /usr/share/perl5/Try/Tiny.pm

$ apt-file search URI/Escape.pm
liburi-perl: /usr/share/perl5/URI/Escape.pm