diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 84b92852..95701774 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -50,6 +50,7 @@ requires: Net::MAC: 2.103622 Net::NBName: 0.26 NetAddr::IP: 4.068 + Opcode: 1.07 Path::Class: 0.32 Plack: 1.0023 Plack::Middleware::Expires: 0.03 @@ -77,4 +78,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: '2.024003' +version: 2.024003_001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 6bd29144..03b3ac7b 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.024003'; +our $VERSION = '2.024003_001'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '')