ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] perl_vendor_privlib
@ 2010-11-16 11:21 Andrew V. Stepanov
  2010-11-16 11:24 ` Alexey I. Froloff
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew V. Stepanov @ 2010-11-16 11:21 UTC (permalink / raw)
  To: devel

Привет.

Макрос %perl_vendor_privlib раньше был:

/usr/lib/perl5/vendor_perl

теперь:

rpm --eval %perl_vendor_privlib
/usr/share/perl5


Какие аргументы для нового месторасположения ?

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

* Re: [devel] perl_vendor_privlib
  2010-11-16 11:21 [devel] perl_vendor_privlib Andrew V. Stepanov
@ 2010-11-16 11:24 ` Alexey I. Froloff
  2010-11-16 11:34   ` Andrew V. Stepanov
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey I. Froloff @ 2010-11-16 11:24 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Tue, Nov 16, 2010 at 02:21:02PM +0300, Andriy Stepanov wrote:
> rpm --eval %perl_vendor_privlib
> /usr/share/perl5
> Какие аргументы для нового месторасположения ?
А какие аргументы против?

-- 
Regards,    --
Sir Raorn.   --- http://thousandsofhate.blogspot.com/

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

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

* Re: [devel] perl_vendor_privlib
  2010-11-16 11:24 ` Alexey I. Froloff
@ 2010-11-16 11:34   ` Andrew V. Stepanov
  2010-11-16 11:35     ` Alexey I. Froloff
  2010-11-16 11:38     ` Andrew V. Stepanov
  0 siblings, 2 replies; 7+ messages in thread
From: Andrew V. Stepanov @ 2010-11-16 11:34 UTC (permalink / raw)
  To: ALT Linux Team development discussions

> grep -rn vendor_perl xcat-core | wc -l
27

Где все строчки имеют вид:

eval {require("$::XCATROOT/lib/perl5/vendor_perl/xCAT/Table.pm")};

Исправлять мне?


2010/11/16 Alexey I. Froloff <raorn@altlinux.org>:
> On Tue, Nov 16, 2010 at 02:21:02PM +0300, Andriy Stepanov wrote:
>> rpm --eval %perl_vendor_privlib
>> /usr/share/perl5
>> Какие аргументы для нового месторасположения ?
> А какие аргументы против?
>
> --
> Regards,    --
> Sir Raorn.   --- http://thousandsofhate.blogspot.com/
>
> _______________________________________________
> Devel mailing list
> Devel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel
>


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

* Re: [devel] perl_vendor_privlib
  2010-11-16 11:34   ` Andrew V. Stepanov
@ 2010-11-16 11:35     ` Alexey I. Froloff
  2010-11-16 11:38     ` Andrew V. Stepanov
  1 sibling, 0 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2010-11-16 11:35 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Tue, Nov 16, 2010 at 02:34:18PM +0300, Andriy Stepanov wrote:
> Где все строчки имеют вид:
> eval {require("$::XCATROOT/lib/perl5/vendor_perl/xCAT/Table.pm")};
Это типичный случай говнокода.

> Исправлять мне?
Конечно.

-- 
Regards,    --
Sir Raorn.   --- http://thousandsofhate.blogspot.com/

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

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

* Re: [devel] perl_vendor_privlib
  2010-11-16 11:34   ` Andrew V. Stepanov
  2010-11-16 11:35     ` Alexey I. Froloff
@ 2010-11-16 11:38     ` Andrew V. Stepanov
  2010-11-16 11:44       ` Kirill A. Shutemov
  2010-12-04 13:00       ` Michael Shigorin
  1 sibling, 2 replies; 7+ messages in thread
From: Andrew V. Stepanov @ 2010-11-16 11:38 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Тогда покажите сразу пожалуйста как заменить все строки вида:

eval {require("$::XCATROOT/lib/perl5/vendor_perl/xCAT/Table.pm")};


2010/11/16 Andrew V. Stepanov <stanv@altlinux.org>:
>> grep -rn vendor_perl xcat-core | wc -l
> 27
>
> Где все строчки имеют вид:
>
> eval {require("$::XCATROOT/lib/perl5/vendor_perl/xCAT/Table.pm")};
>
> Исправлять мне?
>
>
> 2010/11/16 Alexey I. Froloff <raorn@altlinux.org>:
>> On Tue, Nov 16, 2010 at 02:21:02PM +0300, Andriy Stepanov wrote:
>>> rpm --eval %perl_vendor_privlib
>>> /usr/share/perl5
>>> Какие аргументы для нового месторасположения ?
>> А какие аргументы против?
>>
>> --
>> Regards,    --
>> Sir Raorn.   --- http://thousandsofhate.blogspot.com/
>>
>> _______________________________________________
>> Devel mailing list
>> Devel@lists.altlinux.org
>> https://lists.altlinux.org/mailman/listinfo/devel
>>
>


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

* Re: [devel] perl_vendor_privlib
  2010-11-16 11:38     ` Andrew V. Stepanov
@ 2010-11-16 11:44       ` Kirill A. Shutemov
  2010-12-04 13:00       ` Michael Shigorin
  1 sibling, 0 replies; 7+ messages in thread
From: Kirill A. Shutemov @ 2010-11-16 11:44 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Tue, Nov 16, 2010 at 02:38:11PM +0300, Andrew V. Stepanov wrote:
> Тогда покажите сразу пожалуйста как заменить все строки вида:
> 
> eval {require("$::XCATROOT/lib/perl5/vendor_perl/xCAT/Table.pm")};
> 

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

> 
> 2010/11/16 Andrew V. Stepanov <stanv@altlinux.org>:
> >> grep -rn vendor_perl xcat-core | wc -l
> > 27
> >
> > Где все строчки имеют вид:
> >
> > eval {require("$::XCATROOT/lib/perl5/vendor_perl/xCAT/Table.pm")};
> >
> > Исправлять мне?
> >
> >
> > 2010/11/16 Alexey I. Froloff <raorn@altlinux.org>:
> >> On Tue, Nov 16, 2010 at 02:21:02PM +0300, Andriy Stepanov wrote:
> >>> rpm --eval %perl_vendor_privlib
> >>> /usr/share/perl5
> >>> Какие аргументы для нового месторасположения ?
> >> А какие аргументы против?
> >>
> >> --
> >> Regards,    --
> >> Sir Raorn.   --- http://thousandsofhate.blogspot.com/
> >>
> >> _______________________________________________
> >> Devel mailing list
> >> Devel@lists.altlinux.org
> >> https://lists.altlinux.org/mailman/listinfo/devel
> >>
> >
> _______________________________________________
> Devel mailing list
> Devel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel

-- 
 Kirill A. Shutemov


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

* Re: [devel] perl_vendor_privlib
  2010-11-16 11:38     ` Andrew V. Stepanov
  2010-11-16 11:44       ` Kirill A. Shutemov
@ 2010-12-04 13:00       ` Michael Shigorin
  1 sibling, 0 replies; 7+ messages in thread
From: Michael Shigorin @ 2010-12-04 13:00 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Tue, Nov 16, 2010 at 02:38:11PM +0300, Andrew V. Stepanov wrote:
> Тогда покажите сразу пожалуйста как заменить все строки вида:
> eval {require("$::XCATROOT/lib/perl5/vendor_perl/xCAT/Table.pm")};

grep -rl | xargs subst покатит?

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2010-12-04 13:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-16 11:21 [devel] perl_vendor_privlib Andrew V. Stepanov
2010-11-16 11:24 ` Alexey I. Froloff
2010-11-16 11:34   ` Andrew V. Stepanov
2010-11-16 11:35     ` Alexey I. Froloff
2010-11-16 11:38     ` Andrew V. Stepanov
2010-11-16 11:44       ` Kirill A. Shutemov
2010-12-04 13:00       ` Michael Shigorin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

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


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