GPLed
[PerlMail.git] / PerlMail / Contacts.pm
index ea210ee..0471a7e 100644 (file)
@@ -1,7 +1,7 @@
-#! /usr/bin/perl -w
+#! /usr/bin/perl
 # 
 #      $Id$
-# Copyright (C) 2002-2003 Jan Kratochvil <short@ucw.cz>
+# Copyright (C) 2002-2003 Jan Kratochvil <project-PerlMail@jankratochvil.net>
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ package PerlMail::Contacts;
 use vars qw($VERSION);
 $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
 use strict;
-#use warnings;
+use warnings;
 
 
 sub new