ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] perldoc
@ 2009-03-30  5:34 Anton Gorlov
  2009-03-30  6:36 ` Slava Semushin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anton Gorlov @ 2009-03-30  5:34 UTC (permalink / raw)
  To: ALT Linux Community

Хм..у кого-нибудь perldoc работает?
apt-get install perldoc и последующий perldoc -f sleep выдали



Error while formatting with Pod::Perldoc::ToMan:
  Insecure dependency in `` while running with -T switch at 
/usr/lib/perl5/vendor_perl/Pod/Perldoc/ToMan.pm line 103.

Got a 0-length file from /tmp/T5tst18A5b via Pod::Perldoc::ToMan!?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] perldoc
  2009-03-30  5:34 [Comm] perldoc Anton Gorlov
@ 2009-03-30  6:36 ` Slava Semushin
  2009-03-30  7:31   ` Andrey Rahmatullin
  2009-03-30  7:03 ` Andrey Rahmatullin
  2009-03-30  7:05 ` Aleksander N. Gorohovski
  2 siblings, 1 reply; 6+ messages in thread
From: Slava Semushin @ 2009-03-30  6:36 UTC (permalink / raw)
  To: ALT Linux Community general discussions

30 марта 2009 г. 12:34 пользователь Anton Gorlov <stalker@altlinux> написал:
> Хм..у кого-нибудь perldoc работает?
> apt-get install perldoc и последующий perldoc -f sleep выдали
>
> Error while formatting with Pod::Perldoc::ToMan:
>  Insecure dependency in `` while running with -T switch at
> /usr/lib/perl5/vendor_perl/Pod/Perldoc/ToMan.pm line 103.
>
> Got a 0-length file from /tmp/T5tst18A5b via Pod::Perldoc::ToMan!?

Я бы баг повесил..


-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] perldoc
  2009-03-30  5:34 [Comm] perldoc Anton Gorlov
  2009-03-30  6:36 ` Slava Semushin
@ 2009-03-30  7:03 ` Andrey Rahmatullin
  2009-03-30  7:05 ` Aleksander N. Gorohovski
  2 siblings, 0 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2009-03-30  7:03 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

On Mon, Mar 30, 2009 at 09:34:35AM +0400, Anton Gorlov wrote:
> Хм..у кого-нибудь perldoc работает?
Да.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> Вы хотели фриз - так вот он вам и получился ;-)
У нас ведь принято всё делать в последний день.
Вот сейчас ещё python из Дедала положу. :)
		-- ldv in devel@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] perldoc
  2009-03-30  5:34 [Comm] perldoc Anton Gorlov
  2009-03-30  6:36 ` Slava Semushin
  2009-03-30  7:03 ` Andrey Rahmatullin
@ 2009-03-30  7:05 ` Aleksander N. Gorohovski
  2009-03-30  8:16   ` Anton Gorlov
  2 siblings, 1 reply; 6+ messages in thread
From: Aleksander N. Gorohovski @ 2009-03-30  7:05 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Mon, 30 Mar 2009 08:34:35 +0300, Anton Gorlov <stalker@altlinux.ru>  
wrote:

> Хм..у кого-нибудь perldoc работает?
> apt-get install perldoc и последующий perldoc -f sleep выдали
>
>
>
> Error while formatting with Pod::Perldoc::ToMan:
>   Insecure dependency in `` while running with -T switch at  
> /usr/lib/perl5/vendor_perl/Pod/Perldoc/ToMan.pm line 103.
>
> Got a 0-length file from /tmp/T5tst18A5b via Pod::Perldoc::ToMan!?


$ perldoc -f sleep

sleep EXPR
        sleep   Causes the script to sleep for EXPR seconds, or forever if  
no EXPR.  May be
                interrupted if the process receives a signal such as  
"SIGALRM".  Returns the num‐
                ber of seconds actually slept.  You probably cannot mix  
"alarm" and "sleep"
                calls, because "sleep" is often implemented using "alarm".

                On some older systems, it may sleep up to a full second  
less than what you
                requested, depending on how it counts seconds.  Most modern  
systems always sleep
                the full amount.  They may appear to sleep longer than  
that, however, because
                your process might not be scheduled right away in a busy  
multitasking system.

                For delays of finer granularity than one second, you may  
use Perl’s "syscall"
                interface to access setitimer(2) if your system supports  
it, or else see "select"
                above.  The Time::HiRes module (from CPAN, and starting  
 from Perl 5.8 part of the
                standard distribution) may also help.

                See also the POSIX module’s "pause" function.


$ uname -a
Linux oc.peooc.net 2.6.18-std-smp-alt7 #1 SMP Sat Aug 4 00:07:54 MSD 2007  
i686 GNU/Linux


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] perldoc
  2009-03-30  6:36 ` Slava Semushin
@ 2009-03-30  7:31   ` Andrey Rahmatullin
  0 siblings, 0 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2009-03-30  7:31 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

On Mon, Mar 30, 2009 at 01:36:45PM +0700, Slava Semushin wrote:
> Я бы баг повесил..
А он его давно повесил.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

 * swi смотрит на разницу трафика своего и ВСЕХ юзеров и думает - наглость это
   или нет :-\
<raorn> swi: с чьей стороны? если с их - наглость, если с твоей -
        производственная необходимость.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] perldoc
  2009-03-30  7:05 ` Aleksander N. Gorohovski
@ 2009-03-30  8:16   ` Anton Gorlov
  0 siblings, 0 replies; 6+ messages in thread
From: Anton Gorlov @ 2009-03-30  8:16 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Гхм.... оно оказывается тлоько под рутом не работает.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-03-30  8:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-30  5:34 [Comm] perldoc Anton Gorlov
2009-03-30  6:36 ` Slava Semushin
2009-03-30  7:31   ` Andrey Rahmatullin
2009-03-30  7:03 ` Andrey Rahmatullin
2009-03-30  7:05 ` Aleksander N. Gorohovski
2009-03-30  8:16   ` Anton Gorlov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git