bin/update-serial
changeset 114 d7dad17fbc1b
parent 113 30bd047cd057
child 116 0e966f19a616
equal deleted inserted replaced
113:30bd047cd057 114:d7dad17fbc1b
     1 #!/usr/bin/perl 
     1 #!/usr/bin/perl -w
       
     2 
       
     3 #    Copyright (C) 2011 Matthias Förste
       
     4 #    Copyright (C) 2010,2011 Heiko Schlittermann
       
     5 #    Copyright (C) 2010 Andre Süß
       
     6 #
       
     7 #    This program is free software: you can redistribute it and/or modify
       
     8 #    it under the terms of the GNU General Public License as published by
       
     9 #    the Free Software Foundation, either version 3 of the License, or
       
    10 #    (at your option) any later version.
       
    11 #
       
    12 #    This program is distributed in the hope that it will be useful,
       
    13 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    14 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    15 #    GNU General Public License for more details.
       
    16 #
       
    17 #    You should have received a copy of the GNU General Public License
       
    18 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
       
    19 #
       
    20 #    Matthias Förste <foerste@schlittermann.de>
       
    21 
       
    22 =encoding utf8
       
    23 =cut
     2 
    24 
     3 use v5.10;
    25 use v5.10;
     4 use strict;
    26 use strict;
     5 use warnings;
    27 use warnings;
     6 
    28 
   543 
   565 
   544 =back
   566 =back
   545 
   567 
   546 The common options B<-h>|B<--help>|B<-m>|B<--man> are supported.
   568 The common options B<-h>|B<--help>|B<-m>|B<--man> are supported.
   547 
   569 
   548 =head1 AUTHOR
   570 =head1 AUTHORS
   549 
   571 
   550 L<andre.suess@pipkin.cc>
   572 Matthias Förste L<<foerste@schlittermann.de>>, Heiko Schlittermann L<<hs@schlittermann.de>>, Andre Süss L<<andre.suess@pipkin.cc>>
   551 
   573 
   552 =cut
   574 =cut
   553 
   575 
   554 # vim:sts=4 sw=4 aw ai sm:
   576 # vim:sts=4 sw=4 aw ai sm: