lib/Quancom.pm
changeset 8 c248fbd9b624
parent 7 9c3e112933ae
child 10 d32454497beb
equal deleted inserted replaced
7:9c3e112933ae 8:c248fbd9b624
     1 package Quancom;
     1 package Quancom;
       
     2 
       
     3 #    Quancom - a perl library module to talk to USBOPTO-XX by 
       
     4 #    Copyright (C) 2008  Heiko Schlittermann
       
     5 #
       
     6 #    This program is free software: you can redistribute it and/or modify
       
     7 #    it under the terms of the GNU General Public License as published by
       
     8 #    the Free Software Foundation, either version 3 of the License, or
       
     9 #    (at your option) any later version.
       
    10 #
       
    11 #    This program is distributed in the hope that it will be useful,
       
    12 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    13 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    14 #    GNU General Public License for more details.
       
    15 #
       
    16 #    You should have received a copy of the GNU General Public License
       
    17 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
       
    18 #
       
    19 #    Heiko Schlittermann <hs@schlittermann.de>
     2 
    20 
     3 use strict;
    21 use strict;
     4 use warnings;
    22 use warnings;
     5 use Carp;
    23 use Carp;
     6 use IO::Socket::INET;
    24 use IO::Socket::INET;
   118 =head1 AUTHOR
   136 =head1 AUTHOR
   119 
   137 
   120     Maik Schueller
   138     Maik Schueller
   121     Heiko Schlittermann
   139     Heiko Schlittermann
   122 
   140 
       
   141 =head1 THANKS
       
   142 
       
   143 Thanks to Mr. van den Berg from Quancom for his support.
       
   144 
   123 =cut
   145 =cut