# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Mozilla::Backup', 'VERSION_FROM' => 'lib/Mozilla/Backup.pm', 'PREREQ_PM' => { 'Archive::Tar' => '0', 'Archive::Zip' => '0', 'Carp' => '0', 'Compress::Zlib' => '0', 'Config::IniFiles' => '0', 'File::Copy' => '0', 'File::Find' => '0', 'File::Spec' => '0', 'File::Temp' => '0', 'IO::File' => '0', 'IO::Zlib' => '0', 'Log::Dispatch' => '1.6', 'Module::Pluggable' => '0', 'Params::Smart' => '0.05', 'Regexp::Assemble' => '0', 'Regexp::Common' => '1.8', 'Return::Value' => '0', 'Test::More' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'bin/mozback' ], 'PL_FILES' => {} ) ;