add "use utf8;" at the top of all generated files
authorRafael Kitover <rkitover@cpan.org>
Thu, 13 Oct 2011 17:04:52 +0000 (13:04 -0400)
committerRafael Kitover <rkitover@cpan.org>
Thu, 13 Oct 2011 17:04:52 +0000 (13:04 -0400)
commitc6c8787c72c12772f92c54591493d00fdc12549e
tree14e7dbfc816989fe969138daa1ac81939b3860bc
parent2d193bc1aae4bc94433667833c419b10b10ae3a1
add "use utf8;" at the top of all generated files

In preparation for supporting Unicode identifiers in the future, this
commit adds "use utf8;" to the top of all generated files, before the
"package ...;" statement.
lib/DBIx/Class/Schema/Loader/Base.pm
t/23dumpmore.t