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;