Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 14547
Status: resolved
Priority: 0/
Queue: SVN-Notify

People
Owner: Nobody in particular
Requestors: ramirezc [...] roses.bna.boeing.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 2.49



Date: Sun, 11 Sep 2005 03:56:20 -0700
From: Carlos Ramirez <ramirezc [...] roses.bna.boeing.com>
Subject: SVN-Notify bug
To: bug-svn-notify [...] rt.cpan.org
fyi, I just installed and configure svnnotify (SVN-Notify v2.48) in my post-commit script and I'm getting the following error: Can't use string ("techweb") as a HASH ref while "strict refs" in use at /usr/local/depot/perl-5.6.1/lib/site_perl/5.6.1/SVN/Notify.pm line 642. I updated my local copy with 'no strict 'refs in the prepare_recipients subrountine and it works for me. -Carlos
From: Nick
I have the same problem with SVN-Notify 2.46, using perl version 5.005_03 for sun4-solaris. Only happens if I use -x, not --to. Thanks for the fix Carlos. Nick. [ramirezc@roses.bna.boeing.com - Sun Sep 11 06:58:23 2005]: Show quoted text
> fyi, I just installed and configure svnnotify (SVN-Notify v2.48) in my > post-commit script and I'm getting the following error: > > Can't use string ("techweb") as a HASH ref while "strict refs" in use > at > /usr/local/depot/perl-5.6.1/lib/site_perl/5.6.1/SVN/Notify.pm line > 642. > > I updated my local copy with 'no strict 'refs in the > prepare_recipients > subrountine and it works for me. > > -Carlos
[ramirezc@roses.bna.boeing.com - Sun Sep 11 06:58:23 2005]: Show quoted text
> Can't use string ("techweb") as a HASH ref while "strict refs" in use > at > /usr/local/depot/perl-5.6.1/lib/site_perl/5.6.1/SVN/Notify.pm line > 642.
I believe that this problem goes away if you upgrade Getopt::Long. I'll have to up its minimum required version, I guess. David
From: Nick
[DWHEELER - Sat Sep 17 11:30:45 2005]: Show quoted text
> I believe that this problem goes away if you upgrade Getopt::Long. > I'll have to up its minimum > required version, I guess. > > David
Upgrading Getopt::Long also worked, thanks! Nick.