Sorry, but "zypper wp.." and "zypper search --provides..." also provide the same answer:

# zypper wp 'perl(DBIx::Class::DeploymentHandler)'
Command 'what-provides' is replaced by 'search --provides --match-exact'.
See 'help search' for all available options.
...
Loading repository data...
Reading installed packages...
No packages found.
#
# zypper search --provides optipng
...
Loading repository data...
Reading installed packages...
No packages found.
#

Don't know if this has anything to do with it but I'm trying to install openQA on a SLED-12 sp0 system.

Cheers
Charles

>>> Manfred Hollstein <mhollstein@t-online.de> 01/21/16 10:33 AM >>>
Moin,

On Thu, 21 Jan 2016, 17:29:51 +0100, Charles G Robertson wrote:
> Hi Stephan,
>
> >>> Stephan Kulow <coolo@suse.de> 01/21/16 2:42 AM >>>
> > On 21.01.2016 01:42, Charles G Robertson wrote:
> > > I tried the two repositories listed below and none worked. zypper
> > > install openQA produces errors:
> > >
> > > Can't locate DBIx/Class/DeploymentHandler.pm in @INC (you may need to
> > > install the DBIx::Class::DeploymentHandler module) (@INC contains:
> >
> > As openQA is requiring perl(DBIx::Class::DeploymentHandler), I wonder
> > what package does provide that on your system?
> >
> > rpm -q --whatprovides 'perl(DBIx::Class::DeploymentHandler)'
>
> It appears nothing provides this perl module on my system:
>
> # rpm -q --whatprovides 'perl(DBIx::Class::DeploymentHandler)'
> no package provides perl(DBIx::Class::DeploymentHandler)

yeah, that was to be expected, otherwise you wouldn't have seen the
error message in the first place. Could you check using "zypper" if
there is some packace providing this symbol? Something like

# zypper wp 'perl(DBIx::Class::DeploymentHandler)'

should work.

> Cheers,
> Charles

HTH, cheers.

l8er
manfred