Subject: | doc: small mistake in first example (sprint instead of sprintf) |
Hi,
I started learning the module by pasting the first example from the pod into a test script. Perl complained about a typo:
sprint "%da%d,%d\n",
(Should be "sprintf".)
version: Algorithm-Diff-1.1901
-Joe