release 2.022000
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| 2.022000 | ||||
| 2.022000 - 2014-01-26 | ||||
|  | ||||
|   [NEW FEATURES] | ||||
|  | ||||
|   | ||||
| @@ -74,11 +74,13 @@ lib/App/Netdisco/DB/Result/Virtual/CidrIps.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/DeviceLinks.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/DuplexMismatch.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/NodeWithAge.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/OrphanedDevices.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/PhonesDiscovered.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/PollerPerformance.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/PortUtilization.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/SlowDevices.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/SubnetUtilization.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/UnDirEdgesAgg.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/UndiscoveredNeighbors.pm | ||||
| lib/App/Netdisco/DB/Result/Virtual/UserRole.pm | ||||
| lib/App/Netdisco/DB/ResultSet.pm | ||||
| @@ -148,6 +150,7 @@ lib/App/Netdisco/Web/AuthN.pm | ||||
| lib/App/Netdisco/Web/Device.pm | ||||
| lib/App/Netdisco/Web/Plugin.pm | ||||
| lib/App/Netdisco/Web/Plugin/AdminTask/JobQueue.pm | ||||
| lib/App/Netdisco/Web/Plugin/AdminTask/OrphanedDevices.pm | ||||
| lib/App/Netdisco/Web/Plugin/AdminTask/PollerPerformance.pm | ||||
| lib/App/Netdisco/Web/Plugin/AdminTask/PortLog.pm | ||||
| lib/App/Netdisco/Web/Plugin/AdminTask/PseudoDevice.pm | ||||
| @@ -252,6 +255,8 @@ share/public/javascripts/underscore.min.js | ||||
| share/views/about.tt | ||||
| share/views/admintask.tt | ||||
| share/views/ajax/admintask/jobqueue.tt | ||||
| share/views/ajax/admintask/orphaned.tt | ||||
| share/views/ajax/admintask/orphaned_csv.tt | ||||
| share/views/ajax/admintask/performance.tt | ||||
| share/views/ajax/admintask/portlog.tt | ||||
| share/views/ajax/admintask/pseudodevice.tt | ||||
|   | ||||
| @@ -72,4 +72,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.021000_004 | ||||
| version: 2.022000 | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| #line 1 | ||||
| #line 1 | ||||
| package Module::Install; | ||||
|  | ||||
| # For any maintainers: | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| #line 1 | ||||
| #line 1 | ||||
| package Module::Install::Base; | ||||
|  | ||||
| use strict 'vars'; | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| #line 1 | ||||
| #line 1 | ||||
| package Module::Install::Can; | ||||
|  | ||||
| use strict; | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| #line 1 | ||||
| #line 1 | ||||
| package Module::Install::Fetch; | ||||
|  | ||||
| use strict; | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| #line 1 | ||||
| #line 1 | ||||
| package Module::Install::Makefile; | ||||
|  | ||||
| use strict 'vars'; | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| #line 1 | ||||
| #line 1 | ||||
| package Module::Install::Metadata; | ||||
|  | ||||
| use strict 'vars'; | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| #line 1 | ||||
| #line 1 | ||||
| package Module::Install::Win32; | ||||
|  | ||||
| use strict; | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| #line 1 | ||||
| #line 1 | ||||
| package Module::Install::WriteAll; | ||||
|  | ||||
| use strict; | ||||
|   | ||||
| @@ -7,7 +7,7 @@ use 5.010_000; | ||||
| use File::ShareDir 'dist_dir'; | ||||
| use Path::Class; | ||||
|  | ||||
| our $VERSION = '2.021000_004'; | ||||
| our $VERSION = '2.022000'; | ||||
|  | ||||
| BEGIN { | ||||
|   if (not ($ENV{DANCER_APPDIR} || '') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user