Skip to content

Commit

Permalink
[S32::Exception] make X::Temporal a role
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 24, 2012
1 parent 771d505 commit 331a251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S32-setting-library/Exception.pod
Expand Up @@ -18,7 +18,7 @@ Authors of previous versions of this document:
Created: 26 Feb 2009

Last Modified: 24 August 2012
Version: 24
Version: 25

The document is a draft.

Expand Down Expand Up @@ -1205,7 +1205,7 @@ C<Set> does not know how to handle an object of such type.

A common exception type for all errors related to C<DateTime> or C<Date>.

my class X::Temporal is Exception { }
my role X::Temporal is Exception { }

=head2 X::Temporal::InvalidFormat

Expand Down

0 comments on commit 331a251

Please sign in to comment.