fix localenv discovery for scripts
This commit is contained in:
@@ -7,7 +7,7 @@ use 5.010_000;
|
||||
use File::ShareDir 'dist_dir';
|
||||
use Path::Class;
|
||||
|
||||
our $VERSION = '2.007000_006';
|
||||
our $VERSION = '2.007000_007';
|
||||
|
||||
BEGIN {
|
||||
if (not length ($ENV{DANCER_APPDIR} || '')
|
||||
|
||||
5
Netdisco/lib/App/Netdisco/Util/Noop.pm
Normal file
5
Netdisco/lib/App/Netdisco/Util/Noop.pm
Normal file
@@ -0,0 +1,5 @@
|
||||
package App::Netdisco::Util::Noop;
|
||||
|
||||
# used for testing library access.
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user