Skip to content

Commit 331a251

Browse files
committed
[S32::Exception] make X::Temporal a role
1 parent 771d505 commit 331a251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S32-setting-library/Exception.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Authors of previous versions of this document:
1818
Created: 26 Feb 2009
1919

2020
Last Modified: 24 August 2012
21-
Version: 24
21+
Version: 25
2222

2323
The document is a draft.
2424

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

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

1208-
my class X::Temporal is Exception { }
1208+
my role X::Temporal is Exception { }
12091209

12101210
=head2 X::Temporal::InvalidFormat
12111211

0 commit comments

Comments
 (0)