https://bugzilla.novell.com/show_bug.cgi?id=702560 https://bugzilla.novell.com/show_bug.cgi?id=702560#c0 Summary: Missing CPAN (perl) modules Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: All OS/Version: openSUSE 11.4 Status: NEW Severity: Enhancement Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: h.m.brand@xs4all.nl QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; en; rv:2.0) Gecko/20100101 Firefox/4.0 Opera 11.50 In order to backport as many useful changes that OpenSUSE applied to my modules, I noticed that may of them are missing in the default set of available modules. I started this cross-check after installing perl-5.14.1 for my self in production, and comparing all my production scripts for usability against the default available perl modules from the OpenSUSE repositories. I noted e.g. that Text::CSV_XS was "clean", as in it is shipped as perl-Text-CSV_XS without patches. I just committed the only patch that you applied to perl-DBD-CSV. What I miss, and use in may scripts, are Data::Peek, Spreadsheet::Read, Tie::Hash::DBD, and Tk::Clock What I also miss, but seldom use are VCS::SCCS, Text::OutputFilter and Config::Perl::V Reproducible: Always Steps to Reproduce: 1. $ perl -MData::Peek -we'DDumper { bug => "missing" }' Actual Results: Can't locate Data/Peek.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.12.3 /usr/lib/perl5/vendor_perl/5.12.3/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.12.3 /usr/lib/perl5/5.12.3/i586-linux-thread-multi /usr/lib/perl5/5.12.3 .). BEGIN failed--compilation aborted. Expected Results: { bug => 'missing' } This is a friendly request to add the mentioned moduled to the OpenSUSE build system -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.