Documentation fix:
Tom Hukins [Fri, 26 Jun 2009 13:25:19 +0000 (13:25 +0000)]
- timezone is no longer an extra setting
- fix a typo of 'subsequently'

lib/DBIx/Class/InflateColumn/DateTime.pm

index 5646768..50539d6 100644 (file)
@@ -211,7 +211,7 @@ __END__
 
 =head1 USAGE NOTES
 
-If you have a datetime column with the C<timezone> extra setting, and subsenquently 
+If you have a datetime column with an associated C<timezone>, and subsequently
 create/update this column with a DateTime object in the L<DateTime::TimeZone::Floating>
 timezone, you will get a warning (as there is a very good chance this will not have the
 result you expect). For example: