# Note: this file was auto-generated by Module::Build::Compat version 0.35 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Catalyst::Plugin::Cache::Memcached::Fast', 'VERSION_FROM' => 'lib/Catalyst/Plugin/Cache/Memcached/Fast.pm', 'PREREQ_PM' => { 'Cache::Memcached::Fast' => 0, 'Catalyst' => 0, 'Class::Data::Inheritable' => 0, 'Test::More' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;