diff options
author | ivan <ivan> | 2004-01-31 05:15:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-31 05:15:54 +0000 |
commit | 532c143b7983613ddd89ee5a8626dbd375418a6e (patch) | |
tree | a46a543be3673778fb2ac0de6764754d0cde5387 /homepage.pl | |
parent | e6055dffd01995988d3ca0e75adc58e1321561e8 (diff) |
0.03: add form_radioHTML_Widgets_SelectLayers_0_03
Diffstat (limited to 'homepage.pl')
-rwxr-xr-x | homepage.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/homepage.pl b/homepage.pl index 765ec18..57c47c0 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.02.tar.gz">Download HTML-Widgets-SelectLayers-0.02.tar.gz</a>', + 'download' => '<A HREF="HTML-Widgets-SelectLayers-0.03.tar.gz">Download HTML-Widgets-SelectLayers-0.03.tar.gz</a>', 'installation' => '<PRE> perl Makefile.PL @@ -38,8 +38,8 @@ 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, -Netscape 4.77, IE 5.5, Konqueror 2.2.2, and Opera 5.0. +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. </PRE>', ); |