<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi<br>
rpm -ql perl-Test-Simple-0.62-30.fc8.x86_64<br>
...<br>
/usr/lib/perl5/5.8.8/Test/More.pm<br>
/usr/lib/perl5/5.8.8/Test/Simple.pm<br>
...<br>
<br>
the problem is that  I can't found perl-Test- Simple  src rpm<br>
spec of which should have something like<br>
Provides: perl-Test-More = 062-30.fc8<br>
<br>
There are many spec  having<br>
BuildRequire perl(Test::More)<br>
<br>
--Nick Zhokhov<br>
<br>
Dave Cross wrote:
<blockquote
 cite="mid:be7eecdc0903041109p5d2d30d1s29d1d2e7f6a36c06@mail.gmail.com"
 type="cite">
  <pre wrap="">2009/3/4 "Stanisław T. Findeisen" <a class="moz-txt-link-rfc2396E" href="mailto:sf181257@students.mimuw.edu.pl"><sf181257@students.mimuw.edu.pl></a>:
  </pre>
  <blockquote type="cite">
    <pre wrap="">How can I know which RPM in Fedora release contains which Perl modules? In
particular I want to install Test::More, but don't know where to look for
that. :-/
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I usually go and search for the module at <a class="moz-txt-link-freetext" href="http://search.cpan.org/">http://search.cpan.org/</a>.
That'll tell you which CPAN distribution contains the module. Then
it's just a case of translating the CPAN distribution name to an RPM
name.

For example, Test::More is included in the Test-Simple distribution.
The RPM name is therefore perl-Test-Simple.

Dave...

  </pre>
</blockquote>
<br>
</body>
</html>