Skip Menu |

This queue is for tickets about the XML-Compile-SOAP-Daemon CPAN distribution.

Report information
The Basics
Id: 75518
Status: resolved
Priority: 0/
Queue: XML-Compile-SOAP-Daemon

People
Owner: Nobody in particular
Requestors: xenoterracide [...] gmail.com
Cc:
AdminCc:

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



Subject: server.pl doesn't compile in 3.01
Date: Sun, 4 Mar 2012 03:45:46 -0600
To: bugs-xml-compile-soap-daemon [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
sorry if this has been fixed in 3.02 namesservice % perl server.pl slave-iv Global symbol "$pid_file" requires explicit package name at server.pl line 107. syntax error at server.pl line 108, near "or" Global symbol "$pid_file" requires explicit package name at server.pl line 108. Global symbol "$pid_file" requires explicit package name at server.pl line 111. Execution of server.pl aborted due to compilation errors. I'd send you a patch, but I don't see where you keep your source repos. -- Caleb Cushing http://xenoterracide.com
Subject: Re: [rt.cpan.org #75518] server.pl doesn't compile in 3.01
Date: Sun, 4 Mar 2012 10:55:10 +0100
To: Caleb Cushing via RT <bug-XML-Compile-SOAP-Daemon [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Caleb Cushing via RT (bug-XML-Compile-SOAP-Daemon@rt.cpan.org) [120304 09:46]: Show quoted text
> Sun Mar 04 04:45:55 2012: Request 75518 was acted upon. > Transaction: Ticket created by XENO > Queue: XML-Compile-SOAP-Daemon > Subject: server.pl doesn't compile in 3.01 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: xenoterracide@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75518 > > > > sorry if this has been fixed in 3.02 > namesservice % perl server.pl > slave-iv > Global symbol "$pid_file" requires explicit package name at server.pl line 107. > syntax error at server.pl line 108, near "or" > Global symbol "$pid_file" requires explicit package name at server.pl line 108. > Global symbol "$pid_file" requires explicit package name at server.pl line 111.
There was too much time between the ::Daemon releases, so I forgot which parts were complete and which things I was working on. Apparently, the script saw some changes, but I got distrubted before it got tested. Fairly simple to fix. :%s/pidfile/pid_file/g :107s/;$/$/ Show quoted text
> Execution of server.pl aborted due to compilation errors. > I'd send you a patch, but I don't see where you keep your source repos.
Reporting the issue suffices. Patching agains the distribution is ok as well. Thanks for the reports -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Subject: Re: [rt.cpan.org #75518] server.pl doesn't compile in 3.01
Date: Sun, 4 Mar 2012 04:20:22 -0600
To: bug-XML-Compile-SOAP-Daemon [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
Show quoted text
> Reporting the issue suffices.  Patching agains the distribution is > ok as well.
I created a gist with a patched version. I can do a format patch if you'd like that, but I don't know what vcs you use. https://gist.github.com/1971856 -- Caleb Cushing http://xenoterracide.com
Subject: Re: [rt.cpan.org #75518] server.pl doesn't compile in 3.01
Date: Sun, 4 Mar 2012 12:27:18 +0100
To: Caleb Cushing via RT <bug-XML-Compile-SOAP-Daemon [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Caleb Cushing via RT (bug-XML-Compile-SOAP-Daemon@rt.cpan.org) [120304 10:20]: Show quoted text
> Queue: XML-Compile-SOAP-Daemon > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75518 > >
> > Reporting the issue suffices.  Patching agains the distribution is > > ok as well.
> > I created a gist with a patched version. I can do a format patch if > you'd like that, but I don't know what vcs you use. > https://gist.github.com/1971856
Please a simple diff. But I think I resolved the problems already, based on your report. -- Regards, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Probably fixed in 3.02