Annotation of db/prgsrc/chronicles.pl, revision 1.1

1.1     ! boris       1: #!/usr/bin/perl -w
        !             2: 
        !             3: =pod
        !             4: 
        !             5: =head1 NAME
        !             6: 
        !             7: chronicles.pl - check references between chronicles and db
        !             8: 
        !             9: =head1 SYNOPSIS
        !            10: 
        !            11: chronicles.pl I<chronicles_dir>
        !            12: 
        !            13: =head1 DESCRIPTION
        !            14: 
        !            15: Check the references between database and chronicles. 
        !            16: 
        !            17: 
        !            18: =head1 BUGS
        !            19: 
        !            20: The database, user and password are hardcoded. 
        !            21: 
        !            22: =head1 AUTHOR
        !            23: 
        !            24: Boris Veytsman 
        !            25: 
        !            26: =head1 $Id: updatedb.pl,v 1.35 2003/02/24 13:59:27 roma7 Exp $
        !            27: 
        !            28: =cut

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>