--- google/trunk/Makefile.PL 2007/10/26 13:02:27 115 +++ google/trunk/Makefile.PL 2007/10/26 14:39:42 116 @@ -1,3 +1,5 @@ +use lib './lib'; + use inc::Module::Install; name 'CWMP'; @@ -19,6 +21,9 @@ build_requires 'Test::More'; +my_targets(); + auto_install; WriteAll; +