Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 50083
Status: resolved
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: ribozyme2004 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Ask for help about the Pod-Simple module
Date: Tue, 29 Sep 2009 09:59:25 +0800
To: bug-Pod-Simple [...] rt.cpan.org
From: 吴琦 <ribozyme2004 [...] gmail.com>
Download temp
application/octet-stream 8.5k

Message body not shown because it is not plain text.

Dear Sir, I meet a trouble about the Pod-Simple module. Originally, I want to install the Module-Build module in my computer. I perform cpan to install it and it stopped with a information like this: Can't locate Pod/Simple.pm in @INC (@INC contains: ....) at /usr/lib/perl5/5.10.0/Pod/Man.pm line 35. BEGIN failed--compilation aborted at /usr/lib/perl5/5.10.0/Pod/Man.pm line 35. Compilation failed in require at lib/Module/Build/Base.pm line 2732. I think it may be the reason of Pod-Simple module. But when I install it with cpan I also meet the problem of "can't find the Pod/Simple.pm in @INC". It is rather strange and I don't know why this happen. I hope to get your advise and help. The attach is my install information. Hope it is useful. Yours Sincerely, Qi Wu
On Mon Sep 28 22:00:00 2009, ribozyme2004@gmail.com wrote: Show quoted text
> Dear Sir, > > I meet a trouble about the Pod-Simple module. Originally, I want to install > the Module-Build module in my computer. I perform cpan to install it and it > stopped with a information like this: > > Can't locate Pod/Simple.pm in @INC (@INC contains: ....) at > /usr/lib/perl5/5.10.0/Pod/Man.pm line 35. > BEGIN failed--compilation aborted at /usr/lib/perl5/5.10.0/Pod/Man.pm line > 35. > Compilation failed in require at lib/Module/Build/Base.pm line 2732. > > I think it may be the reason of Pod-Simple module. But when I install it > with cpan I also meet the problem of "can't find the Pod/Simple.pm in @INC". > It is rather strange and I don't know why this happen. > > I hope to get your advise and help. The attach is my install information. > Hope it is useful.
This is very odd: Can't locate Pod/Simple.pm in @INC (@INC contains: t/lib t/bundled lib /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread- multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/local/lib/perl5/site_perl .) at /usr/lib/perl5/5.10.0/Pod/Man.pm line 35. Odd because Pod::Simple is core in 5.10. What does this output? perldoc -l Pod::Simple Thanks, David
Subject: Re: [rt.cpan.org #50083] Ask for help about the Pod-Simple module
Date: Tue, 27 Oct 2009 15:13:27 +0800
To: bug-Pod-Simple [...] rt.cpan.org
From: 吴琦 <ribozyme2004 [...] gmail.com>
It seems the linux distribution I use causes the problem. Now I use ubuntu 9.04 and the problem is solved. Thanks. Qi Wu 2009/10/27 David Wheeler via RT <bug-Pod-Simple@rt.cpan.org> Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=50083 > > > On Mon Sep 28 22:00:00 2009, ribozyme2004@gmail.com wrote:
> > Dear Sir, > > > > I meet a trouble about the Pod-Simple module. Originally, I want to
> install
> > the Module-Build module in my computer. I perform cpan to install it and
> it
> > stopped with a information like this: > > > > Can't locate Pod/Simple.pm in @INC (@INC contains: ....) at > > /usr/lib/perl5/5.10.0/Pod/Man.pm line 35. > > BEGIN failed--compilation aborted at /usr/lib/perl5/5.10.0/Pod/Man.pm
> line
> > 35. > > Compilation failed in require at lib/Module/Build/Base.pm line 2732. > > > > I think it may be the reason of Pod-Simple module. But when I install it > > with cpan I also meet the problem of "can't find the Pod/Simple.pm in
> @INC".
> > It is rather strange and I don't know why this happen. > > > > I hope to get your advise and help. The attach is my install information. > > Hope it is useful.
> > This is very odd: > > Can't locate Pod/Simple.pm in @INC (@INC contains: t/lib t/bundled lib > /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 > /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi > /usr/local/lib/perl5/site_perl/5.10.0 > /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread- > multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl > /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi > /usr/local/lib/perl5/site_perl/5.10.0 /usr/local/lib/perl5/site_perl .) at > /usr/lib/perl5/5.10.0/Pod/Man.pm line 35. > > Odd because Pod::Simple is core in 5.10. What does this output? > > perldoc -l Pod::Simple > > Thanks, > > David >