gnu: perl6-json-class: Remove unsupported syntax from description.
* gnu/packages/perl6.scm (perl6-json-class)[description]: Remove @quot.
This commit is contained in:
parent
cd977b35be
commit
b15d19a651
|
@ -331,11 +331,12 @@ deserializing JSON.")
|
||||||
(synopsis "Provide simple serialisation/deserialisation of objects to/from JSON")
|
(synopsis "Provide simple serialisation/deserialisation of objects to/from JSON")
|
||||||
(description "This is a simple role that provides methods to instantiate a
|
(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
|
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
|
object of the class to a JSON string. The JSON created from an instance
|
||||||
round trip to a new instance with the same values for the @quot{public
|
should round trip to a new instance with the same values for the public
|
||||||
attributes}. @quot{Private} attributes (that is ones without accessors,) will
|
attributes. Private attributes (that is ones without accessors,) will be
|
||||||
be ignored for both serialisation and de-serialisation. The exact behaviour
|
ignored for both serialisation and de-serialisation. The exact behaviour
|
||||||
depends on that of @code{JSON::Marshal} and @code{JSON::Unmarshal} respectively.")
|
depends on that of @code{JSON::Marshal} and @code{JSON::Unmarshal}
|
||||||
|
respectively.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public perl6-json-fast
|
(define-public perl6-json-fast
|
||||||
|
|
Loading…
Reference in New Issue