https://bugzilla.redhat.com/show_bug.cgi?id=1842889 --- Comment #2 from Petr Pisar <ppisar@xxxxxxxxxx> --- DBIx::Class only seems to be an optional test: Data-Stream-Bulk-0.11 $ grep -Hnr DBIx::Class t/dbic.t:9: DBIx::Class t/dbic.t:23: use base qw(DBIx::Class); t/dbic.t:34: use base qw(DBIx::Class::Schema); lib/Data/Stream/Bulk.pm:242:L<DBIx::Class::ResultSet> iteration. lib/Data/Stream/Bulk.pm:266:L<DBI>, L<DBIx::Class::ResultSet> lib/Data/Stream/Bulk/DBIC.pm:56:This is a wrapper for L<DBIx::Class::ResultSet> that fits the lib/Data/Stream/Bulk/DBIC.pm:62:If L<DBIx::Class::Cursor> will support n-at-a-time fetching as opposed to $ cat -n t/dbic.t |head 1 #!/usr/bin/perl 2 3 use strict; 4 use warnings; 5 6 use Test::More; 7 8 use Test::Requires qw( 9 DBIx::Class 10 DBI -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx