Skip Menu |

This queue is for tickets about the Physics-Particles CPAN distribution.

Report information
The Basics
Id: 25384
Status: resolved
Priority: 0/
Queue: Physics-Particles

People
Owner: Nobody in particular
Requestors: justice8 [...] wanadoo.fr
Cc:
AdminCc:

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



Subject: missing line in example2.pl
Hi, the 'it's about 3 A.M. and I would like to finish my example' syndrome strike again :) and in example2, a 'sub {' is missing on line 48. Patch attached. Regards.
Subject: example2.diff
--- example2.pl-orig 2007-03-12 11:29:26.022082809 +0100 +++ example2.pl 2007-03-12 11:27:06.569367559 +0100 @@ -18,6 +18,7 @@ my $sim = Physics::Particles->new(); $sim->add_force( + sub { my $p = shift; my $excerter = shift; my $params = shift;
Patch applied, thanks. What an embarrassing bug. CPAN release forthcoming. Steffen