fix 02pod.t fail for lack of =encoding (RT#79481)
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 1703ce3..52eaf33 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - fix 02pod.t failure due to lack of =encoding utf8 statement (patch by
+          Marcel Gruenauer) (RT#79481)
+
 0.07030  2012-09-06 03:27:09
         - allow user to set qualify_objects=0 in multischema configurations
           (andrewalker)