--- deliantra/Deliantra-Client/Makefile.PL 2010/04/03 02:58:24 1.122 +++ deliantra/Deliantra-Client/Makefile.PL 2011/12/31 04:23:41 1.125 @@ -67,13 +67,13 @@ PREREQ_PM => { common::sense => 3.1, BDB => 1.83, - Deliantra => 1.30, + Deliantra => 1.31, Time::HiRes => 0, EV => 3.42, Guard => 1, AnyEvent => 4.331, Compress::LZF => 3.41, - Pod::POM => 0.15, + Pod::POM => 0.27, LWP => 0, JSON::XS => 2.2222, }, @@ -83,6 +83,7 @@ clean => { FILES => 'docwiki.pst' }, PM => { 'DC.pm' => '$(INST_LIBDIR)/Client/private/DC.pm', + 'DC/Main.pm' => '$(INST_LIBDIR)/Client/private/DC/Main.pm', 'DC/Protocol.pm' => '$(INST_LIBDIR)/Client/private/DC/Protocol.pm', 'DC/OpenGL.pm' => '$(INST_LIBDIR)/Client/private/DC/OpenGL.pm', 'DC/Texture.pm' => '$(INST_LIBDIR)/Client/private/DC/Texture.pm',