From 966af81c54b925d686a4ab2993f4241b4d34c389 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Tue, 14 Feb 2012 10:34:41 -0600 Subject: [PATCH] Don't reference a specific year for the definition of modern. Just say "with modern Perl" instead of "in 2011". --- pod/perlootut.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlootut.pod b/pod/perlootut.pod index b745a6f..b2e3500 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 and L both provide minimal object systems that take care of basic boilerplate for you. -- 2.7.4