summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2012-02-14 10:34:41 -0600
committerDave Rolsky <autarch@urth.org>2012-02-14 10:34:41 -0600
commit966af81c54b925d686a4ab2993f4241b4d34c389 (patch)
tree52cb5b9bb46b6780ad762f653636be43d0f8bcf9
parent4017f82254626bb93d17213f41a854c1a3ac20cf (diff)
downloadperl-966af81c54b925d686a4ab2993f4241b4d34c389.tar.gz
Don't reference a specific year for the definition of modern.
Just say "with modern Perl" instead of "in 2011".
-rw-r--r--pod/perlootut.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlootut.pod b/pod/perlootut.pod
index b745a6fae8..b2e3500b35 100644
--- a/pod/perlootut.pod
+++ b/pod/perlootut.pod
@@ -725,8 +725,8 @@ built-in OO works.
As we said before, Perl's minimal OO system has led to a profusion of
OO systems on CPAN. While you can still drop down to the bare metal and
-write your classes by hand, there's really no reason to do that in
-2011.
+write your classes by hand, there's really no reason to do that with
+modern Perl.
For small systems, L<Object::Tiny> and L<Class::Accessor> both provide
minimal object systems that take care of basic boilerplate for you.