<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,10 @@
 Revision history for Sysadm::Install
 ########################################
 
+0.33 (not yet released)
+    (ms) utf8_available() now uses eval&quot;&quot; to check for Encode module, 
+         Sysadm::Install therefore no longer requires Encode to be installed.
+
 0.32 2009/08/28
     (ms) Made utf8 handling configurable instead of sneaky capability
          detection, after all, there's apps using different encodings.</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 ######################################################################
-    Sysadm::Install 0.32
+    Sysadm::Install 0.33
 ######################################################################
 
 NAME</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '0.32';
+our $VERSION = '0.33';
 
 use File::Copy;
 use File::Path;
@@ -1660,9 +1660,7 @@ Encode.pm module is available for loading.
 sub utf8_available {
 ###############################################
 
-    eval {
-        use Encode;
-    };
+    eval &quot;use Encode&quot;;
 
     if($@) {
         return 0;</diff>
      <filename>lib/Sysadm/Install.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eee269ee4698e6d6765a833ac52325b00c7089da</id>
    </parent>
  </parents>
  <author>
    <name>mschilli</name>
    <email>github@perlmeister.com</email>
  </author>
  <url>http://github.com/mschilli/sysadm-install-perl/commit/9df058388167b05b7bdfd2260eca80e28923fcfb</url>
  <id>9df058388167b05b7bdfd2260eca80e28923fcfb</id>
  <committed-date>2009-08-28T16:19:40-07:00</committed-date>
  <authored-date>2009-08-28T16:19:40-07:00</authored-date>
  <message>utf8_available() now uses eval&quot;&quot; to check for Encode module,
Sysadm::Install therefore no longer requires Encode to be installed.</message>
  <tree>58f5da978ea231ef93df3c5586cf1584988c2fe3</tree>
  <committer>
    <name>mschilli</name>
    <email>github@perlmeister.com</email>
  </committer>
</commit>
