rename DefaultSettings to Configuration
This commit is contained in:
@@ -5,7 +5,7 @@ use warnings;
|
||||
use 5.010_000;
|
||||
|
||||
our $VERSION = '2.027003';
|
||||
use App::Netdisco::DefaultSettings;
|
||||
use App::Netdisco::Configuration;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package App::Netdisco::DefaultSettings;
|
||||
package App::Netdisco::Configuration;
|
||||
|
||||
use App::Netdisco::Environment;
|
||||
use Dancer ':script';
|
||||
Reference in New Issue
Block a user