index: link perl page
[sheet.git] / perl.plp
index e199ddd2e2908d0a0aeb6fa2f1506eaeee7c061d..9cb834832467d0175b2112200f51f6857a0aec49 100644 (file)
--- a/perl.plp
+++ b/perl.plp
@@ -12,7 +12,13 @@ Html({
 });
 
 :>
-<h1>Perl cheat sheets</h1>
+<h1>Perl release summary</h1>
+
+<p>The most significant features introduced for recent versions of the Perl scripting language.
+Depending on desired compatibility you'll want to support a minimum of
+<span title="on stable/enterprise platforms such as Solaris 10, RHEL 3, SLES 8">v5.8</span> or
+<span title="on up-to-date servers such as Debian wheezy, Ubuntu 12.04, CentOS 7">v5.14</span>.
+</p>
 
 <:
 my $info = do 'perl.inc.pl' or die $@ // $!;