Skip Menu | You are currently an anonymous guest. | Login | Return to Main | About rt.cpan.org
 

Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.

X Report information
Id: 16779
Status: resolved
Left: 0 min
Priority: 0/0
Queue: SVN-Pusher

Owner: Nobody
Requestors: rajeev [...] tigr.org
Cc:
AdminCc:

Severity: Important
Broken in: 0.01
Fixed in: (no value)



X History Display mode: Brief headersFull headers
#   Wed Dec 28 23:10:51 2005 guest - Ticket created  
Subject: perl error
[text/plain 629b]
#perl -v
This is perl, v5.8.5 built for sun4-solaris

When running this:

#./svn-pusher push -r HEAD -m "New Release" http://src.tigr.org/repo/src http://dest.tigr.org/repo/dst

I get this:

Can't use string ("2") as an ARRAY ref while "strict refs" in use at /export/perl-5.8.5/lib/perl5/site_perl/5.8.5/SVN/Pusher.pm line 287.


thoughts ?
p.s.: there are some POD error in the docs also -- see below:

#./svn-pusher -help

~snip

See <http://www.perl.com/perl/misc/Artistic.html>

POD ERRORS
Hey! The above document had some coding errors, which are explained below:

Around line 58:
=back without =over

#   Wed Jan 04 04:36:02 2006 SHLOMIF - Correspondence added  
[text/plain 751b]
[guest - Wed Dec 28 23:10:51 2005]:

> #perl -v
> This is perl, v5.8.5 built for sun4-solaris
>
> When running this:
>
> #./svn-pusher push -r HEAD -m "New Release"
> http://src.tigr.org/repo/src http://dest.tigr.org/repo/dst
>

The problem here is that -r accepts a "$startrev:$endrev" range and
not just "$rev" specification. In SVN-Pusher-0.02, I added an
exception to test it.

> I get this:
>
> Can't use string ("2") as an ARRAY ref while "strict refs" in use at
> /export/perl-5.8.5/lib/perl5/site_perl/5.8.5/SVN/Pusher.pm line
> 287.
>
>
> thoughts ?
> p.s.: there are some POD error in the docs also -- see below:
>

I fixed these POD errors in SVN-Pusher-0.02.

Regards,

Shlomi Fish


#   Thu Jun 08 16:20:25 2006 SHLOMIF - Status changed from 'new' to 'resolved'