Skip to content

Commit

Permalink
more pod markup
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Feb 22, 2013
1 parent a8d946e commit f073676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MooseX/Types/ISO8601.pm
Expand Up @@ -346,7 +346,7 @@ An ISO8601 combined datetime string with a fully specified timezone. E.g. C<< 20
As above, only in addition to validating the strings against regular
expressions, an attempt is made to actually parse the data into a L<DateTime>
object. This will catch cases like '2013-02-31' which look correct but do not
object. This will catch cases like C<< 2013-02-31 >> which look correct but do not
correspond to real-world values. Note that this bears a computation
penalty.
Expand Down

0 comments on commit f073676

Please sign in to comment.