Alexey Sokolov
9f4f2817d1
Fix #293
...
In GetAvailableMods() modules paths were returned like "moddir//module.pm",
but when they are loaded, they use path "moddir/module.pm".
Because of that our hack of cleaning %INC when the module is unloaded,
which enables UpdateMod, removed wrong record from %INC, left right
record in it, and erased the module's namespace.
When the module was loaded again, the namespace was not restored,
because "require" didn't load the module, because it was still in %INC.
So, when we call a function of that module, the function does not exist
anymore.
2013-03-16 23:35:19 +07:00
..
2012-12-04 09:24:47 +07:00
2013-03-16 23:35:19 +07:00
2012-12-31 12:44:31 +01:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-02-27 20:53:14 -05:00
2013-03-08 01:47:57 +07:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2012-12-31 12:44:31 +01:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-01-19 09:19:41 +07:00
2012-11-01 20:55:33 +07:00
2012-12-31 12:44:31 +01:00
2013-03-16 23:35:19 +07:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2011-06-11 18:21:06 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00
2012-12-31 12:44:31 +01:00
2012-12-31 12:44:31 +01:00
2012-12-31 12:44:31 +01:00
2013-03-08 01:47:57 +07:00
2013-03-08 01:47:57 +07:00