[libcatmandu-perl] 15/16: changelog

Jonas Smedegaard dr at jones.dk
Thu Dec 4 14:43:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.9209
in repository libcatmandu-perl.

commit 123b9553e577c99dde30cea75a8f09dc4cb2bf9f
Author: Nicolas Steenlant <nicolas.steenlant at ugent.be>
Date:   Thu Dec 4 13:55:32 2014 +0100

    changelog
---
 Changes                       | 6 ++++++
 lib/Catmandu/Fix/from_json.pm | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 0e17c0a..2f32204 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
 Revision history for Catmandu
 
 {{$NEXT}}
+  - info comand
+  - ignore installed but depreciated commands
+  - improved retain fix will replace retain_field
+  - simple emitting fixes required a bit less boilerplate
+  - JSON::XS is now required to avoid bugs in other
+    implementations
 
 0.9208  2014-11-20 09:50:56 CET
   - lazy and more robust fix building in Fix.pm
diff --git a/lib/Catmandu/Fix/from_json.pm b/lib/Catmandu/Fix/from_json.pm
index 11c6646..9486e5b 100644
--- a/lib/Catmandu/Fix/from_json.pm
+++ b/lib/Catmandu/Fix/from_json.pm
@@ -12,7 +12,6 @@ with 'Catmandu::Fix::SimpleGetValue';
 
 sub emit_value {
     my ($self, $var, $fixer) = @_;
-
     # memoize in case called multiple times
     my $json_var = $self->_json_var ||
                    $self->_set_json_var($fixer->capture(JSON::XS->new->utf8(0)->pretty(0)->allow_nonref(1)));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git



More information about the Pkg-perl-cvs-commits mailing list