From 68baa09e00a901e79f8c21f137c1ab62e7504b54 Mon Sep 17 00:00:00 2001 From: Jeff Ober Date: Fri, 17 Jan 2020 12:25:48 -0500 Subject: [PATCH] Remove documentation for annotations --- README.pod | 5 ----- lib/TOML/Tiny.pm | 6 ------ 2 files changed, 11 deletions(-) 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 -- 2.30.2