Skip to content

Commit 608d5f8

Browse files
committed
Stub over existing role so examples can compile
1 parent 6324210 commit 608d5f8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/Type/Distribution/Hash.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
=SUBTITLE Distribution::Hash
66
7+
=for code :preamble<role Distribution::Locally {}>
78
class Distribution::Hash does Distribution::Locally { }
89
910
A L<Distribution|/type/Distribution> implementation backed by the filesystem. It

doc/Type/Distribution/Path.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
=SUBTITLE Distribution::Path
66
7+
=for code :preamble<role Distribution::Locally {}>
78
class Distribution::Path does Distribution::Locally { }
89
910
A L<Distribution|/type/Distribution> implementation backed by the filesystem. It requires a

doc/Type/IO/Socket/INET.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
=SUBTITLE TCP Socket
66
7-
=for code
7+
=for code :preamble<role IO::Socket {}>
88
class IO::Socket::INET does IO::Socket {}
99
1010
C<IO::Socket::INET> provides TCP sockets, both the server and the client side.
@@ -106,4 +106,4 @@ Once a new connection is established, an C<IO::Socket::INET>
106106
instance (or a subclass instance) for consuming
107107
the connection is returned.
108108
109-
=end pod
109+
=end pod

0 commit comments

Comments
 (0)