Update this module ready for relase, just need to write a few more tests.
[p5sagit/Class-C3-Componentised.git] / Makefile.PL
1 use inc::Module::Install 0.67;
2
3 name      'Class-C3-Componentised';
4 all_from  'lib/Class/C3/Componentised.pm';
5 author    'Ash Berlin <ash@cpan.org>';
6
7
8 requires  'Class::C3';
9 requires  'Class::Inspector';
10 requires  'Carp';
11
12 build_requires 'FindBin';
13
14 WriteAll;