[Bug 166198] Review Request: perl-DBIx-ContextualFetch : Add contextual fetches to DBI

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 18 15:02:17 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: perl-DBIx-ContextualFetch : Add contextual fetches to DBI


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166198





------- Additional Comments From chris at chrisgrau.com  2005-08-18 11:02 EST -------
(In reply to comment #5)
> More missing deps:
> # grep 'use base' usr/lib/perl5/vendor_perl/5.8.6/DBIx/ContextualFetch.pm
> use base 'DBI';
> use base 'DBI::db';
> use base 'DBI::st';
> 
> => 
> Requires: perl(DBI::db)
> Requires: perl(DBI::st)

I don't think that's a good idea.  Both DBI::db and DBI::st are found inside the
DBI.pm file (hidden to prevent PAUSE indexing), but they're not explicitly
provided by perl-DBI.  So then we'd end up with dependencies that could not be
resolved.

I suppose that perl-DBI could be changed to explicitly provide these, but in the
meantime, perl(DBI) is enough to resolve dependencies.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list