--- Makefile.PL 2007/11/16 14:45:10 44 +++ Makefile.PL 2007/11/16 14:45:48 45 @@ -1,3 +1,4 @@ +use lib './lib'; use inc::Module::Install; name 'MDAP'; @@ -8,6 +9,8 @@ requires 'Data::Dump'; requires 'Getopt::Long'; +my_targets(); + auto_install; WriteAll;