We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ebebf commit f726356Copy full SHA for f726356
doc/Type/Distribution.pod6
@@ -9,7 +9,7 @@
9
Interface for objects that provide API access mapping META6 data to the files its represents.
10
Objects that fulfill the C<Distribution> role can be read by e.g. L<CompUnit::Repository::Installation>.
11
Generally a C<Distribution> provides read access to a set of modules and meta data. These
12
-may be backed by the file system (L<Distribution::Path>, L<Distribution::Hash>) but could
+may be backed by the filesystem (L<Distribution::Path>, L<Distribution::Hash>) but could
13
also read from a e.g. tar file or socket.
14
15
=head1 Required Methods
0 commit comments