add backend driver documentation

This commit is contained in:
Oliver Gorwits
2017-07-26 11:50:10 +01:00
parent 052a2acd79
commit dca4b4fc03
4 changed files with 175 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ App::Netdisco plugins should load the L<App::Netdisco::Web::Plugin> module.
This exports a set of helper subroutines to register the new UI components.
Here's the boilerplate code for our example plugin module:
package App::Netdisco::Web::Plugin::MyNewFeature
package App::Netdisco::Web::Plugin::MyNewFeature;
use Dancer ':syntax';
use Dancer::Plugin::DBIC;