update packaging for new files and deps
This commit is contained in:
		| @@ -26,6 +26,7 @@ lib/App/Netdisco/Daemon/Worker/Interactive/PortActions.pm | ||||
| lib/App/Netdisco/Daemon/Worker/Interactive/Util.pm | ||||
| lib/App/Netdisco/Daemon/Worker/Manager.pm | ||||
| lib/App/Netdisco/Daemon/Worker/Poller.pm | ||||
| lib/App/Netdisco/Daemon/Worker/Poller/Discover.pm | ||||
| lib/App/Netdisco/Daemon/Worker/Scheduler.pm | ||||
| lib/App/Netdisco/DB.pm | ||||
| lib/App/Netdisco/DB/Result/Admin.pm | ||||
| @@ -91,6 +92,8 @@ lib/App/Netdisco/Manual/Developing.pod | ||||
| lib/App/Netdisco/Manual/ReleaseNotes.pod | ||||
| lib/App/Netdisco/Manual/WritingPlugins.pod | ||||
| lib/App/Netdisco/Util/Device.pm | ||||
| lib/App/Netdisco/Util/DiscoverAndStore.pm | ||||
| lib/App/Netdisco/Util/DNS.pm | ||||
| lib/App/Netdisco/Util/Port.pm | ||||
| lib/App/Netdisco/Util/SNMP.pm | ||||
| lib/App/Netdisco/Util/Web.pm | ||||
|   | ||||
| @@ -35,8 +35,9 @@ requires: | ||||
|   JSON: 0 | ||||
|   List::MoreUtils: 0 | ||||
|   MCE: 1.405 | ||||
|   Net::DNS: 0 | ||||
|   Net::MAC: 0 | ||||
|   NetAddr::IP: 0 | ||||
|   NetAddr::IP: 4.059 | ||||
|   Path::Class: 0 | ||||
|   Plack: 1.0006 | ||||
|   Plack::Middleware::Expires: 0 | ||||
|   | ||||
| @@ -20,8 +20,9 @@ requires 'HTTP::Tiny' => 0; | ||||
| requires 'JSON' => 0; | ||||
| requires 'List::MoreUtils' => 0; | ||||
| requires 'MCE' => 1.405; | ||||
| requires 'Net::DNS' => 0; | ||||
| requires 'Net::MAC' => 0; | ||||
| requires 'NetAddr::IP' => 0; | ||||
| requires 'NetAddr::IP' => '4.059'; | ||||
| requires 'Path::Class' => 0; | ||||
| requires 'Plack' => 1.0006; | ||||
| requires 'Plack::Middleware::Expires' => 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user