Contacts -> PerlMail::Contacts
[PerlMail.git] / PerlMail / Contacts.pm
index 7f1d0b3..ea210ee 100644 (file)
@@ -1,7 +1,7 @@
 #! /usr/bin/perl -w
 # 
 #      $Id$
-# Copyright (C) 2002 Jan Kratochvil <short@ucw.cz>
+# Copyright (C) 2002-2003 Jan Kratochvil <short@ucw.cz>
 # 
 # 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
@@ -18,7 +18,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 
-package Contacts;
+package PerlMail::Contacts;
 use vars qw($VERSION);
 $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
 use strict;