Ticket #8 (feature)

Opened 3 years ago

Last modified 2 years ago

New plugin load system ala MT

Status: closed (fixed)

Reported by: miyagawa Assigned to: miyagawa
Priority: major Milestone:
Component: Plagger Version:
Keywords: Cc:

Plugin can be either a file or a perl module. You can just put a file into plugins/ directory with a proper package name, then specify it in config.yaml file to activate.

Change History

02/08/06 15:11:20: Modified by miyagawa

  • milestone set to Relase 0.5.

02/08/06 21:17:18: Modified by miyagawa

  • status changed from new to closed.
  • resolution set to fixed.

(In [57]) Allows new plugin loading system ala MT: just have a plain perl module file in plugin_path. Fixes #8