Skip to content

Commit

Permalink
Stub over existing role so examples can compile
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Mar 13, 2019
1 parent 6324210 commit 608d5f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/Type/Distribution/Hash.pod6
Expand Up @@ -4,6 +4,7 @@
=SUBTITLE Distribution::Hash
=for code :preamble<role Distribution::Locally {}>
class Distribution::Hash does Distribution::Locally { }
A L<Distribution|/type/Distribution> implementation backed by the filesystem. It
Expand Down
1 change: 1 addition & 0 deletions doc/Type/Distribution/Path.pod6
Expand Up @@ -4,6 +4,7 @@
=SUBTITLE Distribution::Path
=for code :preamble<role Distribution::Locally {}>
class Distribution::Path does Distribution::Locally { }
A L<Distribution|/type/Distribution> implementation backed by the filesystem. It requires a
Expand Down
4 changes: 2 additions & 2 deletions doc/Type/IO/Socket/INET.pod6
Expand Up @@ -4,7 +4,7 @@
=SUBTITLE TCP Socket
=for code
=for code :preamble<role IO::Socket {}>
class IO::Socket::INET does IO::Socket {}
C<IO::Socket::INET> provides TCP sockets, both the server and the client side.
Expand Down Expand Up @@ -106,4 +106,4 @@ Once a new connection is established, an C<IO::Socket::INET>
instance (or a subclass instance) for consuming
the connection is returned.
=end pod
=end pod

0 comments on commit 608d5f8

Please sign in to comment.