Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

Diff for sendxmpp/Makefile.PL between version 1.1 and 1.2

version 1.1, 2006/10/04 21:03:46 version 1.2, 2006/10/04 23:53:26
Line 2 
Line 2 
   
 use ExtUtils::MakeMaker;  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',  WriteMakefile (NAME => 'sendxmpp',
                AUTHOR => 'Dirk-Jan C. Binnema (djcb@djcbsoftware.nl)',                 AUTHOR => 'Lubomir Host \'rajo\' <rajo AT platon.sk>',
                ABSTRACT => 'Script for sending xmpp messages',                 ABSTRACT => 'Script for sending xmpp messages',
                PREREQ_PM => {'Getopt::Long'=>2.00,                 PREREQ_PM => {'Getopt::Long'=>2.00,
                              'Net::XMPP'=>1.0},                               'Net::XMPP'=>1.0},

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top