Menu

#24 blosxom 2.1.0 breaks "uselib" plugin

v2.1
open-accepted
nobody
6
2008-12-18
2008-11-21
Martin
No

The changes in 2.1.0 in relation to the loading of plugins breaks the uselib plugin.

This is because blosxom now does
unshift @INC, @plugin_dirs;
before loading all the plugins, and then follows it up with
shift @INC foreach @plugin_dirs;

However, with the uselib plugin adding a path to the beginning of @INC, this is subsequently removed by the "shift".

Discussion

  • Axel Beckert

    Axel Beckert - 2008-12-18
    • priority: 5 --> 6
    • status: open --> open-accepted
     
  • Axel Beckert

    Axel Beckert - 2008-12-18

    Will have a look at it.

     

Log in to post a comment.