16 lines
		
	
	
		
			427 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			427 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
use inc::Module::Install;
 | 
						|
 
 | 
						|
name     'App-NetdiscoX-Web-Plugin-RANCID';
 | 
						|
license  'bsd';
 | 
						|
all_from 'lib/App/NetdiscoX/Web/Plugin/RANCID.pm';
 | 
						|
 
 | 
						|
install_share 'share';
 | 
						|
 | 
						|
resources
 | 
						|
  homepage => 'http://netdisco.org/',
 | 
						|
  bugtracker => 'http://sourceforge.net/p/netdisco/bugs/',
 | 
						|
  repository => 'git://git.code.sf.net/p/netdisco/netdisco-ng',
 | 
						|
  MailingList => 'https://lists.sourceforge.net/lists/listinfo/netdisco-users';
 | 
						|
 | 
						|
WriteAll;
 |