Skip to content

Commit

Permalink
remove duplicate named argument
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Dec 13, 2009
1 parent 5285e26 commit 724f508
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/parse-access-log.pl
Expand Up @@ -99,7 +99,6 @@ BEGIN
:title('Visitors per day on perl6.org'),
:values([@visitor_per_day]),
:labels(@dates),
:title<accesses on perl6.org>,
).plot(:bars);

say SVG.serialize($svg);
Expand Down

0 comments on commit 724f508

Please sign in to comment.