Re: Perl modules --- Fedora RPMs (Test::More)

2009-03-05 Thread Dave Cross
2009/3/4 Geoffrey Leach ge...@hughes.net: On 03/04/2009 11:12:33 AM, Dave Cross wrote: 2009/3/4 Reber, Simon simon.re...@roche.com: I suggest to download the tar.gz package from http://www.cpan.de and install it using:        perl Makefile.PL        make        make install Firstly,

Re: Perl modules --- Fedora RPMs (Test::More)

2009-03-05 Thread Nick Zhokhov
Hi rpm -ql perl-Test-Simple-0.62-30.fc8.x86_64 ... /usr/lib/perl5/5.8.8/Test/More.pm /usr/lib/perl5/5.8.8/Test/Simple.pm ... the problem is that I can't found perl-Test- Simple src rpm spec of which should have something like Provides: perl-Test-More = 062-30.fc8 There are many spec having

Perl modules --- Fedora RPMs (Test::More)

2009-03-04 Thread Stanisław T. Findeisen
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. :-/ Thanks, STF === http://eisenbits.homelinux.net/~stf/ . My PGP key

Re: Perl modules --- Fedora RPMs (Test::More)

2009-03-04 Thread Itamar Reis Peixoto
why you need test more ? bucardo ? On Wed, Mar 4, 2009 at 8:53 AM, Stanisław T. Findeisen sf181...@students.mimuw.edu.pl wrote: 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. :-/

Re: Perl modules --- Fedora RPMs (Test::More)

2009-03-04 Thread Paul Flo Williams
Stanisław T. Findeisen wrote: 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. :-/ $ yum whatprovides 'perl(Test::More)' -- fedora-list mailing list fedora-list@redhat.com To

RE: Perl modules --- Fedora RPMs (Test::More)

2009-03-04 Thread Reber, Simon
-Original Message- From: fedora-list-boun...@redhat.com [mailto:fedora-list-boun...@redhat.com] On Behalf Of Itamar Reis Peixoto Sent: Wednesday, March 04, 2009 1:01 PM To: Community assistance, encouragement,and advice for using Fedora. Subject: Re: Perl modules --- Fedora RPMs (Test::More) why

Re: Perl modules --- Fedora RPMs (Test::More)

2009-03-04 Thread Ralf Corsepius
Stanisław T. Findeisen wrote: 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. :-/ repoquery --whatprovides 'perl(Test::More)' and yum install 'perl(Test::More)' are your friends.

RE: Perl modules --- Fedora RPMs (Test::More)

2009-03-04 Thread Kevin Kofler
Reber, Simon wrote: I suggest to download the tar.gz package from http://www.cpan.de and install it using: perl Makefile.PL make make install I strongly recommend against doing that. Please use the system versions provided by Fedora, which get upgraded together with the rest of your system in

Re: Perl modules --- Fedora RPMs (Test::More)

2009-03-04 Thread Dave Cross
2009/3/4 Stanisław T. Findeisen sf181...@students.mimuw.edu.pl: 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. :-/ I usually go and search for the module at http://search.cpan.org/.

Re: Perl modules --- Fedora RPMs (Test::More)

2009-03-04 Thread Dave Cross
2009/3/4 Reber, Simon simon.re...@roche.com: I suggest to download the tar.gz package from http://www.cpan.de and install it using:        perl Makefile.PL        make        make install Firstly, if you're going to point someone at CPAN then please use the canonical URL

Re: Perl modules --- Fedora RPMs (Test::More)

2009-03-04 Thread Geoffrey Leach
On 03/04/2009 11:12:33 AM, Dave Cross wrote: 2009/3/4 Reber, Simon simon.re...@roche.com: I suggest to download the tar.gz package from http://www.cpan.de and install it using:        perl Makefile.PL        make        make install Firstly, if you're going to point someone at CPAN

Re: Perl modules --- Fedora RPMs (Test::More)

2009-03-04 Thread Kevin Kofler
Geoffrey Leach wrote: Install _minimal_ Perl as rpms. That's just perl and whatever comes with it on yum install. Then get the CPAN rpm, and whatever comes with it. And that doesn't work when other Fedora packages (which are not 100% Perl or which aren't on CPAN for some other reason) require