Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the
[p5sagit/p5-mst-13.2.git] / ext / mro / Makefile.PL
1 use 5.010000;
2 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
5 WriteMakefile(
6     NAME              => 'mro',
7     VERSION_FROM      => 'mro.pm', # finds $VERSION
8     ABSTRACT_FROM     => 'mro.pm', # retrieve abstract from module
9     MAN3PODS          => {},
10     AUTHOR            => 'Brandon L. Black <blblack@gmail.com>');