diff options
author | Dave Rolsky <autarch@urth.org> | 2013-02-19 14:51:08 -0600 |
---|---|---|
committer | Dave Rolsky <autarch@urth.org> | 2013-02-19 14:51:15 -0600 |
commit | 134d6544c339d9109c2d512ae6c3e0fefce01e99 (patch) | |
tree | ea6a92913afc25c0837d23e7e871949ef2b903af /pod/perlootut.pod | |
parent | 27ffaccdf2f8d846dba804763ecfb44c2ae3791f (diff) | |
download | perl-134d6544c339d9109c2d512ae6c3e0fefce01e99.tar.gz |
Add a note to the future that they should read the latest perlootut
Diffstat (limited to 'pod/perlootut.pod')
-rw-r--r-- | pod/perlootut.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pod/perlootut.pod b/pod/perlootut.pod index 4d12494837..c5b0c913cf 100644 --- a/pod/perlootut.pod +++ b/pod/perlootut.pod @@ -10,7 +10,13 @@ perlootut - Object-Oriented Programming in Perl Tutorial =head1 DATE -This document was created in February, 2011. +This document was created in February, 2011, and the last major +revision was in February, 2013. + +If you are reading this in the future then it's possible that the state +of the art has changed. We recommend you start by reading the perlootut +document in the latest stable release of Perl, rather than this +version. =head1 DESCRIPTION |