Skip Menu |

This queue is for tickets about the DBIx-SearchBuilder CPAN distribution.

Report information
The Basics
Id: 3031
Status: resolved
Priority: 0/
Queue: DBIx-SearchBuilder

People
Owner: Nobody in particular
Requestors: william.george [...] vonage.com
Cc:
AdminCc:

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



Subject: small syntax error in DBIx Searchbuilder .89_02
Date: Thu, 24 Jul 2003 14:10:17 -0400
From: "William George" <william.george [...] vonage.com>
To: <bug-dbix-searchbuilder [...] rt.cpan.org>
Jesse, There is a missing semicolon on the return statement in "new". #instantiate a new object. sub new { my $proto = shift; my $class = ref($proto) || $proto; my $self = {}; bless ($self, $class); $self->_Init(@_); return ($self) here--------------^ } Regards, Bill George
Date: Fri, 25 Jul 2003 21:29:49 -0400
From: Jesse <jesse [...] fsck.com>
To: William George via RT <bug-DBIx-SearchBuilder [...] rt.cpan.org>
Subject: Re: [cpan #3031] small syntax error in DBIx Searchbuilder .89_02
RT-Send-Cc:
Bill, Is this issue actually biting you? You should be able to safely leave off the last ; in a block. On Thu, Jul 24, 2003 at 02:10:23PM -0400, William George via RT wrote: Show quoted text
> > This message about DBIx-SearchBuilder was sent to you by william.george@vonage.com <william.george@vonage.com> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=3031 > > > Jesse, > > There is a missing semicolon on the return statement in "new". > > #instantiate a new object. > > sub new { > my $proto = shift; > my $class = ref($proto) || $proto; > my $self = {}; > bless ($self, $class); > $self->_Init(@_); > return ($self) > > here--------------^ > > } > > Regards, > > Bill George >
-- jesse reed vincent -- root@eruditorum.org -- jesse@fsck.com 70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90 . . . when not in doubt, get in doubt. -- Old Discordian Proveb