Skip to content

Commit 0b9c762

Browse files
committed
Give a few roles a subtitle
1 parent cf2e424 commit 0b9c762

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

lib/Type/Callable.pod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
33
=TITLE role Callable
44
5+
=SUBTITLE Common role for invocable code
6+
57
role Callable { ... }
68
79
Role for objects which support calling them. It's used in L<Block>,

lib/Type/IO.pod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
33
=TITLE role IO
44
5+
=SUBTITLE Tag role for all input/output types
6+
57
role IO { }
68
79
The IO role provides no functionality itself, and moreso just marks if a

lib/Type/Numeric.pod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
33
=TITLE role Numeric
44
5+
=SUBTITLE Common role for numbers and types that can act as numbers
6+
57
role Numeric { ... }
68
79
Common role for numbers and types that can act as numbers.

lib/Type/X/Comp.pod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
33
=TITLE role X::Comp
44
5+
=SUBTITLE Common role for compile-time errors
6+
57
role X::Comp is Exception { }
68
79
Common role for compile-time errors.

0 commit comments

Comments
 (0)