modperl bootstrap
[www.jankratochvil.net.git] / project / line9k / ListItem.pm
index 6b60251..c399973 100755 (executable)
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 
-package My::Project::line9k;
+package project::line9k::ListItem;
 require 5.6.0; # at least 'use warnings;' but we need some 5.6.0+ modules anyway
-use vars qw($VERSION $CVS_ID);
-$VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
-$CVS_ID=q$Id$;
+our $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
+our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
 
-our %ListItem=(
+our @ListItem=(
                "name"=>"Modem / Nokia 9110 GSM data gate",
                "priority"=>7,
                "download"=>"http://cvs.jankratochvil.net/viewcvs/*checkout*/nethome/usr/local/sbin/line9k?rev=HEAD",
@@ -38,7 +37,7 @@ our %ListItem=(
                "description"=>""
                                .'<p>Waits for incoming PPP data connection, authorizes it and answers it.</p>'
                                .'<p>Scheme of computer controllde hardware charger for Nokia Communicator 9110 is supplied.'
-                               .'It keeps the Nokia battery fit by automatically controlled battery charging cycles.</p>'
+                               .' It keeps the Nokia battery fit by automatically controlled battery charging cycles.</p>'
                );
 
 1;