Import Debian changes 1.24-1
[cascardo/sendxmpp.git] / Makefile.PL
index 46a74a8..89618ae 100644 (file)
@@ -2,8 +2,14 @@
 
 use ExtUtils::MakeMaker;
 
+# do this so we default to install to /usr/local, unless
+# PREFIX is provided, ie.:
+# perl Makefile.pl PREFIX=/usr
+$ENV{'PREFIX'}='/usr/local/' unless ($ENV{'PREFIX'});
+
+
 WriteMakefile (NAME => 'sendxmpp',
-              AUTHOR => 'Dirk-Jan C. Binnema (djcb@djcbsoftware.nl)',
+              AUTHOR => 'Lubomir Host <lubomir.host@gmail.com>',
               ABSTRACT => 'Script for sending xmpp messages',
               PREREQ_PM => {'Getopt::Long'=>2.00,
                             'Net::XMPP'=>1.0},