diff options
Diffstat (limited to 'homepage.pl')
-rwxr-xr-x | homepage.pl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/homepage.pl b/homepage.pl index 374ed1c..19c04de 100755 --- a/homepage.pl +++ b/homepage.pl @@ -14,7 +14,7 @@ tie my %o, 'Tie::IxHash', my %html = ( - 'download' => '<A HREF="HTML-Widgets-SelectLayers-0.04.tar.gz">Download HTML-Widgets-SelectLayers-0.04.tar.gz</a>', + 'download' => '<A HREF="HTML-Widgets-SelectLayers-0.05.tar.gz">Download HTML-Widgets-SelectLayers-0.05.tar.gz</a>', 'installation' => '<PRE> perl Makefile.PL @@ -37,9 +37,9 @@ as well as <A HREF="http://www.420.am/cgi-bin/cvsweb/HTML-Widgets-SelectLayers"> 'compatibility' => '<PRE> This HTML generated by this module uses JavaScript, but nevertheless attempts -to be as cross-browser as possible, testing for features via DOM support rather -than specific browsers or versions. It has been tested under Mozilla -0.9.8->1.4, Netscape 4.77, IE 5.5, Konqueror 2.2.2->3.1.5, and Opera 5.0. +to be as cross-browser as possible. The 0.05 release drops Navigator 4 +compatibility and has been tested under Mozilla Firefox 1.0.6, MSIE 6.0, +Konqueror 3.3.2, and Opera 8.0.2. </PRE>', ); @@ -66,7 +66,7 @@ print <<END, $w->html, "</BODY></HTML>\n"; <PRE> HTML::Widgets::SelectLayers -Copyright (c) 2002 Ivan Kohler +Copyright (c) 2002-2005 Ivan Kohler All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -122,9 +122,9 @@ __DATA__ is visible at any given time, controlled by a <SELECT> box. For an example see <A HREF="http://www.420.am/selectlayers/">http://www.420.am/selectlayers/</A></P> <P>This HTML generated by this module uses JavaScript, but nevertheless attempts -to be as cross-browser as possible, testing for features via DOM support rather -than specific browsers or versions. It has been tested under Mozilla 0.9.8, -Netscape 4.77, IE 5.5, Konqueror 2.2.2, and Opera 5.0.</P> +to be as cross-browser as possible. The 0.05 release drops Navigator 4 +compatibility and has been tested under Mozilla Firefox 1.0.6, MSIE 6.0, +Konqueror 3.3.2, and Opera 8.0.2.</P> <P> <HR> <H1><A NAME="forms">FORMS</A></H1> |