Use and declare UTF-8 encoding in POD.
Dagfinn Ilmari Mannsåker [Mon, 16 Jul 2012 14:43:01 +0000 (15:43 +0100)]
lib/DBIx/Class/InflateColumn/IP.pm

index 6153eb2..e1e4c62 100644 (file)
@@ -10,6 +10,8 @@ use base qw/DBIx::Class/;
 __PACKAGE__->mk_classdata(ip_format => 'addr');
 __PACKAGE__->mk_classdata(ip_class  => 'NetAddr::IP');
 
+=encoding utf-8
+
 =head1 NAME
 
 DBIx::Class::InflateColumn::IP - Auto-create NetAddr::IP objects from columns.
@@ -125,7 +127,7 @@ sub _default_format {
 
 =head1 AUTHOR
 
-Dagfinn Ilmari Mannsåker, C<< <ilmari at ilmari.org> >>
+Dagfinn Ilmari Mannsåker, C<< <ilmari at ilmari.org> >>
 
 =head1 BUGS
 
@@ -169,7 +171,7 @@ L<DBIx::Class>, L<NetAddr::IP>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2007 Dagfinn Ilmari Mannsåker, all rights reserved.
+Copyright 2007 Dagfinn Ilmari Mannsåker, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.