The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
# Generated by Module::Build::Compat->create_makefile_pl

use ExtUtils::MakeMaker;
WriteMakefile
  (
   NAME         => 'Net::IChat',
   VERSION_FROM => 'lib/Net/IChat.pm',
   PL_FILES     => {},
   INSTALLDIRS  => 'site',
   PREREQ_PM    => {
		    'Net::Rendezvous' => '0.86',
		    'Test::More' => '0',
		    'LWP::UserAgent' => '2.032',
		    'Class::Accessor::Chained' => '0.01',
		    'Net::Rendezvous::Publish' => '0.01',
		    'IO::Socket' => '0',
		    'XML::LibXML' => '1.58',
		    'Sys::Hostname' => '1.11',
		   },
  );