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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Jul 17 15:00:04 UTC 2008


User:      heins
Date:      2008-07-17 15:00:04 GMT
Modified:  lib/Vend CharSet.pm
Log:
* Don't "use warnings" in a module unless you are committed to removing them
  all.

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


rev 2.9, prev_rev 2.8
Index: CharSet.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/CharSet.pm,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -r2.8 -r2.9
--- CharSet.pm	19 Apr 2008 14:37:27 -0000	2.8
+++ CharSet.pm	17 Jul 2008 15:00:04 -0000	2.9
@@ -1,6 +1,6 @@
 # Vend::CharSet - utility methods for handling character encoding
 #
-# $Id: CharSet.pm,v 2.8 2008-04-19 14:37:27 jon Exp $
+# $Id: CharSet.pm,v 2.9 2008-07-17 15:00:04 mheins Exp $
 #
 # Copyright (C) 2008 Interchange Development Group
 # Copyright (C) 2008 Sonny Cook <sonny at endpoint.com>
@@ -23,7 +23,6 @@
 package Vend::CharSet;
 
 use strict;
-use warnings;
 
 use Encode qw( decode resolve_alias is_utf8 );
 







More information about the interchange-cvs mailing list