mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Remove redundant dep on ExtUtils::Typemap
Typemap (Singluar) version 1.00 is essentially identical to Typemaps (Plural) Typemap is literally a dumb subclass of TypeMaps, and so this dependency simply gives an extra installation requirement that does nothing.
This commit is contained in:
		
							parent
							
								
									13d1393ae4
								
							
						
					
					
						commit
						df5c2a6f11
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -29,7 +29,7 @@ my $build = Module::Build::WithXSpp->new( | |||
|     dist_abstract   => 'XS code for Slic3r', | ||||
|     build_requires => {qw( | ||||
|         ExtUtils::ParseXS           3.18 | ||||
|         ExtUtils::Typemap           1.00 | ||||
|         ExtUtils::Typemaps          1.00 | ||||
|         ExtUtils::Typemaps::Default 1.05 | ||||
|         ExtUtils::XSpp              0.17 | ||||
|         Module::Build               0.3601 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kent Fredric
						Kent Fredric