[OPEN-ILS-DEV] Evergreen Perl module package declarations

Peter Newman Peter.Newman at cdu.edu.au
Wed Jul 4 01:46:44 EDT 2007


I've been looking at building a trial evergreen rpm this week using the
1.0.6.3 release...
 
RPM does some automatic checking of perl dependencies and has found some
missing or incorrect perl module package declarations for these files:
 
Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/cdbi.pm
Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/dbi.pm
Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/fts.pm
Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/storage.pm
Open-ILS/src/perlmods/OpenILS/Utils/Fieldmapper.pm
Open-ILS/src/perlmods/OpenILS/WWW/Reporter/transforms.pm
OpenSRF/src/perlmods/OpenSRF/DomainObject/oilsPrimitive.pm
 
Probably should look like this:
  package OpenILS::Application::Storage::Driver::Pg::cdbi;
  package Class::DBI;
  package OpenILS::Application::Storage::Driver::Pg::dbi;
  package OpenILS::Application::Storage::Driver::Pg::fts;
  package OpenILS::Application::Storage::Driver::Pg::storage;
  package OpenILS::Utils::Fieldmapper;
  package OpenILS::WWW::Reporter::transforms;
  package OpenSRF::DomainObject::oilsPrimitive;

These changes shouldn't break or change how these modules work under
Ubuntu...
 
Cheers
Pete

Peter Newman
Library Systems and IT Coordinator
Library and Information Access
Charles Darwin University
PO Box 41246 (Ellengowan Drive)
Casuarina NT 0811
Australia

Ph:    +61 (0)8 8946 7026
Mob:   +61 (0)423 535 065
Fax:   +61 (0)8 8945 1317
Email: Peter.Newman at cdu.edu.au.nospam (remove the dot nospam)
  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.georgialibraries.org/pipermail/open-ils-dev/attachments/20070704/120e48a9/attachment.html


More information about the Open-ils-dev mailing list