Skip Menu |

This queue is for tickets about the Data-SExpression CPAN distribution.

Report information
The Basics
Id: 47695
Status: resolved
Priority: 0/
Queue: Data-SExpression

People
Owner: Nobody in particular
Requestors: clkao [...] clkao.org
Cc:
AdminCc:

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



Subject: [PATCH] fix fold_alists example in synopsis
Subject: 0002-fix-fold_alists-example-in-synopsis.patch
From bf1c518f987da6ca8ef3d097b9d0ac1f6f4ca0a8 Mon Sep 17 00:00:00 2001 From: Chia-liang Kao <clkao@clkao.org> Date: Mon, 15 Jun 2009 22:36:35 +0800 Subject: [PATCH 2/2] fix fold_alists example in synopsis. --- lib/Data/SExpression.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Data/SExpression.pm b/lib/Data/SExpression.pm index 5e1c2b7..c1891c6 100644 --- a/lib/Data/SExpression.pm +++ b/lib/Data/SExpression.pm @@ -30,7 +30,7 @@ structures. $ds = Data::SExpression->new({fold_alists => 1}); - $ds->read("((top . 4) (left . 5)"); # {\*::top => 4, \*::left => 5} + $ds->read("((top . 4) (left . 5))"); # {\*::top => 4, \*::left => 5} =cut -- 1.6.3.9.g6345
Applied in git and 0.38.