Skip Menu |

This queue is for tickets about the SVN-Pusher CPAN distribution.

Report information
The Basics
Id: 16779
Status: resolved
Priority: 0/
Queue: SVN-Pusher

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

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



Subject: perl error
#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
[guest - Wed Dec 28 23:10:51 2005]: Show quoted text
> #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. Show quoted text
> 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