change =encoding utf8 to =encoding UTF-8 in Loader
authorRafael Kitover <rkitover@cpan.org>
Thu, 6 Sep 2012 16:04:13 +0000 (12:04 -0400)
committerRafael Kitover <rkitover@cpan.org>
Thu, 6 Sep 2012 16:04:13 +0000 (12:04 -0400)
commit5079917060b661b6e344c03c3151e4e210a8859e
tree686282548eaf70a5a63a6d8b23410c826ad7d66e
parente505923e527229410a92ac493250f1a7acc6f25c
change =encoding utf8 to =encoding UTF-8 in Loader

I didn't know why 02pod.t was erroneously passing for me, ilmari pointed
out that my Pod::Simple was out of date, and I needed at least 3.21.

Upgrading Pod::Simple caused 02pod.t to produce the fail when the
=encoding directive was missing.

I like using the UTF-8 encoding rather than the more lax utf8 encoding,
so change it now that I can properly test it out.
lib/DBIx/Class/Schema/Loader.pm