From: Jeff Ober Date: Fri, 17 Jan 2020 17:25:48 +0000 (-0500) Subject: Remove documentation for annotations X-Git-Tag: nailing-cargo/1.0.0~234^2~23 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=68baa09e00a901e79f8c21f137c1ab62e7504b54;p=nailing-cargo.git Remove documentation for annotations --- diff --git a/README.pod b/README.pod index 8abc798..58f45ce 100644 --- a/README.pod +++ b/README.pod @@ -130,11 +130,6 @@ wish to require strictly typed arrays (for C's definition of "type", anyway), C will produce an error when encountering arrays with heterogenous types. -=item annotated - -This is an internal flag to produce and expect C compliant with -L. - =back =head2 decode diff --git a/lib/TOML/Tiny.pm b/lib/TOML/Tiny.pm index 68983d2..a2b8955 100644 --- a/lib/TOML/Tiny.pm +++ b/lib/TOML/Tiny.pm @@ -51,7 +51,6 @@ sub encode { sub decode { my ($self, $data) = @_; TOML::Tiny::Writer::to_toml($data, - annotated => $self->{annotated}, strict_arrays => $self->{strict_arrays}, ); } @@ -188,11 +187,6 @@ wish to require strictly typed arrays (for C's definition of "type", anyway), C will produce an error when encountering arrays with heterogenous types. -=item annotated - -This is an internal flag to produce and expect C compliant with -L. - =back =head2 decode