X-Git-Url: http://git.jankratochvil.net/?p=PerlMail.git;a=blobdiff_plain;f=Makefile.PL;h=a29df5b867b29dca2f66874f47d61476b3e2ba54;hp=2cff937e658a233d39837a8a691a846d39b1554c;hb=3c73b7403e13e8b970a4402a2ae8cee9cd9f486d;hpb=ba95562b1683631fd058e10bb8205dfecd3e3fe8 diff --git a/Makefile.PL b/Makefile.PL index 2cff937..a29df5b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,22 @@ #! /usr/bin/perl -# -# $Id$ +# +# $Id$ +# Copyright (C) 2002-2003 Jan Kratochvil +# +# 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + use vars qw($VERSION); $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; }; @@ -41,6 +57,7 @@ WriteMakefile( "URI::Escape"=>0, "User::Utmp"=>0, "WWW::SMS::TMobileCZ"=>0, + "File::Spec::Link"=>0, }, "EXE_FILES"=>["perlmail-accept","perlmail-submit","perlmail-sendmail","contacts-n9k2mutt"], );