[libcatmandu-perl] 31/46: Fixing example

Jonas Smedegaard dr at jones.dk
Tue Oct 14 13:52:54 UTC 2014


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

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

commit a829d457f8d7a697987b846671cd88cc9c038194
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Fri Sep 26 13:38:35 2014 +0200

    Fixing example
---
 lib/Catmandu/Serializer.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/Catmandu/Serializer.pm b/lib/Catmandu/Serializer.pm
index 98f7b37..c925cae 100644
--- a/lib/Catmandu/Serializer.pm
+++ b/lib/Catmandu/Serializer.pm
@@ -25,11 +25,11 @@ sub _build_serializer {
     $pkg->new;
 }
 
-# Needs to be implemeted by a serializer
-sub serialize {}
+# Implementer needs to be create a serializer
+# sub serialize {}
 
-# Needs to be implemeted by a serializer
-sub deserialize {}
+# Implementers needs to be create a deserializer
+# sub deserialize {}
 
 =head1 NAME
 

-- 
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