* Use get_or_add_package_symbol when we intend for it to autovivify, in
preparation for changes in Package::Stash. (doy)
+ * We now use Module::Install::AuthorRequires to force authors to run
+ all tests, just like we do for Moose. (sartak)
1.08 Mon, Sep 13, 2010
use strict;
use warnings;
use inc::Module::Install;
+use Module::Install::AuthorRequires;
use Module::Install::ExtraTests;
use 5.008001;
test_requires 'Test::Exception' => '0.27';
test_requires 'Test::Requires' => '0.05';
+author_requires 'Algorithm::C3';
+author_requires 'Module::Info';
+author_requires 'Test::LeakTrace';
+author_requires 'Test::NoTabs';
+author_requires 'Test::Output';
+author_requires 'Test::Spelling';
+
repository 'git://git.moose.perl.org/Class-MOP.git';
add_metadata(x_authority => 'cpan:STEVAN');