Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2011 03:33:40 -0700
From:      milki <milki@rescomp.berkeley.edu>
To:        Dmitry Kubov <dk@garant.ru>
Cc:        perl@FreeBSD.org, mek@mek.uz.ua
Subject:   Re: p5-Net-XMPP outdated
Message-ID:  <20110411103340.GY6091@hal.rescomp.berkeley.edu>
In-Reply-To: <4DA2D4C8.80603@garant.ru>
References:  <4D930E0A.7090007@garant.ru> <20110330140539.GI6091@hal.rescomp.berkeley.edu> <4D934C5D.5090907@garant.ru> <20110407212325.GS6091@hal.rescomp.berkeley.edu> <4DA2A3B7.4050208@garant.ru> <20110411100202.GX6091@hal.rescomp.berkeley.edu> <4DA2D4C8.80603@garant.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On 14:15 Mon 11 Apr     , Dmitry Kubov wrote:
> 
> > On 10:46 Mon 11 Apr     , Dmitry Kubov wrote:
> >> Use of uninitialized value in string eq at /usr/local/bin/sendxmpp line 371.
> >> Error 'Connect': [HASH(0x801065f30)]
> >>
> >> sendxmpp is from ports collection too.
> > Have you also tested this directly against the latest git version of the
> > library?
> >
> > http://github.com/dap/Net-XMPP
> >
> Not yet. Shall I simply replace files at
> /usr/local/lib/perl5/site_perl/5.10.1/Net
> by files from
> https://github.com/dap/Net-XMPP/tree/master/lib/Net ?

You should follow the normal perl build:

$ git clone https://github.com/dap/Net-XMPP.git
$ cd Net-XMPP
$ perl Build.PL
$ sudo ./Build install

This will replace all the Net-XMPP perl files.

-- 
milki
milki@rescomp.berkeley.edu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110411103340.GY6091>