relocate repo files so ND2 is the only code
This commit is contained in:
10
lib/App/Netdisco/GenericDB.pm
Normal file
10
lib/App/Netdisco/GenericDB.pm
Normal file
@@ -0,0 +1,10 @@
|
||||
use utf8;
|
||||
package App::Netdisco::GenericDB;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use base 'DBIx::Class::Schema';
|
||||
__PACKAGE__->load_namespaces();
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user