From 00c07ea69e51df3ed3717164a70b029c28c72e19 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Thu, 8 Sep 2011 21:58:12 -0500 Subject: [PATCH] Tweak line length of comment in verbatim section per podcheck.t --- pod/perlobj.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlobj.pod b/pod/perlobj.pod index 2fa1aa2..c94a5ca 100644 --- a/pod/perlobj.pod +++ b/pod/perlobj.pod @@ -787,8 +787,8 @@ C<$AUTOLOAD> package global for your class. Since this is a global, if you want to refer to do it without a package name prefix under Lxs, you need to declare it. - # XXX - this is a terrible way to implement accessors, but it makes for a - # simple example. + # XXX - this is a terrible way to implement accessors, but it makes + # for a simple example. our $AUTOLOAD; sub AUTOLOAD { my $self = shift; -- 2.7.4