summaryrefslogtreecommitdiff
path: root/pod/perlmodstyle.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlmodstyle.pod')
-rw-r--r--pod/perlmodstyle.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlmodstyle.pod b/pod/perlmodstyle.pod
index a5e332e533..dfe5662f94 100644
--- a/pod/perlmodstyle.pod
+++ b/pod/perlmodstyle.pod
@@ -679,7 +679,7 @@ and the tests should also be available to people installing the modules
For Module::Build you would use the C<make test> equivalent C<perl Build test>.
The importance of these tests is proportional to the alleged stability of a
-module -- a module which purports to be stable or which hopes to achieve wide
+module. A module which purports to be stable or which hopes to achieve wide
use should adhere to as strict a testing regime as possible.
Useful modules to help you write tests (with minimum impact on your