change =encoding utf8 to =encoding UTF-8 in Loader
Rafael Kitover [Thu, 6 Sep 2012 16:04:13 +0000 (12:04 -0400)]
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

index 14b8fb1..61e5d10 100644 (file)
@@ -29,7 +29,7 @@ __PACKAGE__->mk_group_accessors('inherited', qw/
 /);
 __PACKAGE__->_loader_args({});
 
-=encoding utf8
+=encoding UTF-8
 
 =head1 NAME