summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-16 09:53:56 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-16 09:54:19 -0800
commit57dedab93bafa0ad0375aae6a6a84edd56f2cb16 (patch)
tree93c0fda4a40bb26da55e804f0c8358db6c734e28 /pod/perldiag.pod
parentb92a77e828e3ef7e2de6147a682bcf14f4e8bf05 (diff)
downloadperl-57dedab93bafa0ad0375aae6a6a84edd56f2cb16.tar.gz
perldiag: double spaces after dots
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod18
1 files changed, 9 insertions, 9 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 8aab755956..4ea1834314 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -266,7 +266,7 @@ the current set of allowed keys of a restricted hash.
=item Attempt to bless into a reference
(F) The CLASSNAME argument to the bless() operator is expected to be
-the name of the package to bless the resulting object into. You've
+the name of the package to bless the resulting object into. You've
supplied instead a reference to something: perhaps you wrote
bless $self, $proto;
@@ -365,17 +365,17 @@ dereference it first. See L<perlfunc/substr>.
=item Attribute "locked" is deprecated
-(D deprecated) You have used the attributes pragma to modify the "locked"
-attribute on a code reference. The :locked attribute is obsolete, has had no
-effect since 5005 threads were removed, and will be removed in a future
-release of Perl 5.
+(D deprecated) You have used the attributes pragma to modify the
+"locked" attribute on a code reference. The :locked attribute is
+obsolete, has had no effect since 5005 threads were removed, and
+will be removed in a future release of Perl 5.
=item Attribute "unique" is deprecated
-(D deprecated) You have used the attributes pragma to modify the "unique"
-attribute on an array, hash or scalar reference. The :unique attribute has
-had no effect since Perl 5.8.8, and will be removed in a future release
-of Perl 5.
+(D deprecated) You have used the attributes pragma to modify
+the "unique" attribute on an array, hash or scalar reference.
+The :unique attribute has had no effect since Perl 5.8.8, and
+will be removed in a future release of Perl 5.
=item Bad arg length for %s, is %u, should be %d