[interchange-cvs] interchange - racke modified lib/Vend/CharSet.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Mar 26 05:29:06 EST 2008


User:      racke
Date:      2008-03-26 10:29:06 GMT
Modified:  lib/Vend CharSet.pm
Log:
removed incomplete POD documentation which provided more typos than
additional information

Revision  Changes    Path
2.5                  interchange/lib/Vend/CharSet.pm


rev 2.5, prev_rev 2.4
Index: CharSet.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/CharSet.pm,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- CharSet.pm	25 Mar 2008 17:13:21 -0000	2.4
+++ CharSet.pm	26 Mar 2008 10:29:06 -0000	2.5
@@ -1,6 +1,6 @@
 # Vend::CharSet - utility methods for handling character encoding
 #
-# $Id: CharSet.pm,v 2.4 2008-03-25 17:13:21 jon Exp $
+# $Id: CharSet.pm,v 2.5 2008-03-26 10:29:06 racke Exp $
 #
 # Copyright (C) 2008 Interchange Development Group
 #
@@ -28,27 +28,6 @@
 
 use constant DEFAULT_ENCODING => 'utf-8';
 
-=pod
-
-=head1 NAME
-
-Vend::CharSet
-
-=head1 SYNOPSIS
-
-=head1 DESCRIPTION
-
-This modules contains some utility methods for handling character
-encoding in general and UTF-8 in particular.
-
-=head1 METHODS
-
-=over 
-
-=item B<decode_urlendcode>( $octets, $encoding )
-
-=cut
-
 sub decode_urlencode {
 	my ($class, $octets, $encoding) = (@_);
 	$encoding ||= DEFAULT_ENCODING;






More information about the interchange-cvs mailing list