guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: perl6-json-class: Remove unsupported syntax from description


From: guix-commits
Subject: 01/02: gnu: perl6-json-class: Remove unsupported syntax from description.
Date: Sun, 24 Mar 2019 18:55:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b15d19a651bdf15dbb6ccce05e0fad5cd021c538
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 24 23:53:33 2019 +0100

    gnu: perl6-json-class: Remove unsupported syntax from description.
    
    * gnu/packages/perl6.scm (perl6-json-class)[description]: Remove @quot.
---
 gnu/packages/perl6.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index f227786..a8b4248 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -331,11 +331,12 @@ deserializing JSON.")
     (synopsis "Provide simple serialisation/deserialisation of objects to/from 
JSON")
     (description "This is a simple role that provides methods to instantiate a
 class from a JSON string that (hopefully,) represents it, and to serialise an
-object of the class to a JSON string.  The JSON created from an instance should
-round trip to a new instance with the same values for the @quot{public
-attributes}.  @quot{Private} attributes (that is ones without accessors,) will
-be ignored for both serialisation and de-serialisation.  The exact behaviour
-depends on that of @code{JSON::Marshal} and @code{JSON::Unmarshal} 
respectively.")
+object of the class to a JSON string.  The JSON created from an instance
+should round trip to a new instance with the same values for the public
+attributes.  Private attributes (that is ones without accessors,) will be
+ignored for both serialisation and de-serialisation.  The exact behaviour
+depends on that of @code{JSON::Marshal} and @code{JSON::Unmarshal}
+respectively.")
     (license license:artistic2.0)))
 
 (define-public perl6-json-fast



reply via email to

[Prev in Thread] Current Thread [Next in Thread]