NAME
Padre::Plugin::PluginHelper - make building Padre plugin easy
SYNOPSIS
$>padre
Plugins -> PluginHelper -> *
DESCRIPTION
It's dirty, it's ugly, but it works!
Reload All Plugins
it is very useful when you develop the plugin. you don't need to restart padre, u just click this.
all the modules will be reloaded.
Reload A Plugin
instead reload all, just reload the one you are changing.
Test A Plugin From Local Dir
When you develop a new plugin, try this.
it unshift the plugin lib dir to @INC then tries to reload all plugins (rebuild the menu)
AUTHOR
Fayland Lam, <fayland at gmail.com>
COPYRIGHT & LICENSE
Copyright 2008 Fayland Lam, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.