fix 02pod.t fail for lack of =encoding (RT#79481)
authorRafael Kitover <rkitover@cpan.org>
Thu, 6 Sep 2012 14:56:49 +0000 (10:56 -0400)
committerRafael Kitover <rkitover@cpan.org>
Thu, 6 Sep 2012 15:04:57 +0000 (11:04 -0400)
commit41bc137513ba86b1b07925ccf3fcaa11371aee43
tree2478ccd2a1c20a25a7acf54a44e7e18615515f83
parent0af7cacc7b7e906f0ef4b356fd9f4091d0bba01b
fix 02pod.t fail for lack of =encoding (RT#79481)

Users report 02pod.t failing due to a UTF-8 character without an
=encoding utf8 statement (arcanez and Marcel Gruenauer.)

For some reason this test passes on my machine, even though I have the
latest Test::Pod.

Marcel Gruenauer sent me a patch to RT which adds the =encoding utf8
statement at the top of the POD, which I added.

I want to use =encoding UTF-8 instead, since that's more correct, but
since I can't test it will leave utf8.
Changes
lib/DBIx/Class/Schema/Loader.pm