use utf8; use inc::Module::Install; name 'Talk-NothingIsFaster510'; author 'Ævar Arnfjörð Bjarmason '; abstract 'A lightning talk about the C optimization in perl 5.10'; version '0.02'; license 'perl'; #requires 'Pod::S5' => 0; # t/ build_requires 'Test::More' => 0; # 5.007003 tests 't/*.t'; auto_install; WriteAll;