Skip Menu |

This queue is for tickets about the Devel-PerlySense CPAN distribution.

Report information
The Basics
Id: 65259
Status: resolved
Priority: 0/
Queue: Devel-PerlySense

People
Owner: Nobody in particular
Requestors: VANAMBURG [...] cpan.org
Cc:
AdminCc:

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



Subject: sub prototype causes failure in perl 5.12 in emacs on mac
emacs running on perl 5.12.3 on Mac OS 10.6.0 fails when loading the provided .emacs content. I resolved my problem by removing the sub prototype at the location shown below. I believe the prototype was meant to be ($$$$$) but my solution was to remove it, so I did not test a new prototype. Thanks for this awesome module - it's making my life easier! -- references $ diff perl5/lib/perl5/Devel/PerlySense/Document/Meta.pm~ perl5/lib/perl5/Devel/PerlySense/Document/Meta.pm 222c222 < sub _setRowColNodeModule(%$$$) { --- Show quoted text
> sub _setRowColNodeModule {
sub _setRowColNodeModule(%$$$) { my ($rhRowCol, $row, $col, $oNode, $module) = @_; $rhRowCol->{$row}->{$col} = { ... }
Fixed in 0.0189, on it's way to CPAN now. Thanks for the bug report, and sorry for the tardy fix. /J
Subject: Re: [rt.cpan.org #65259] sub prototype causes failure in perl 5.12 in emacs on mac
Date: Mon, 9 May 2011 16:59:03 -0700 (PDT)
To: "bug-Devel-PerlySense [...] rt.cpan.org" <bug-Devel-PerlySense [...] rt.cpan.org>
From: Gordon Van Amburg <gvanamburg [...] yahoo.com>
My pleasure. Thanks for the fix. Show quoted text
________________________________ From: Johan Lindstrom via RT <bug-Devel-PerlySense@rt.cpan.org> To: VANAMBURG@cpan.org Sent: Sunday, May 8, 2011 7:01 PM Subject: [rt.cpan.org #65259] sub prototype causes failure in perl 5.12 in emacs on mac <URL: https://rt.cpan.org/Ticket/Display.html?id=65259 > Fixed in 0.0189, on it's way to CPAN now. Thanks for the bug report, and sorry for the tardy fix. /J