mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Fix dependencies to require Math::Clipper 1.18.
To avoid error "Undefined subroutine &Math::Clipper::int_offset ...".
This commit is contained in:
		
							parent
							
								
									4e6c58f749
								
							
						
					
					
						commit
						51d140d7d7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Build.PL
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Build.PL
									
										
									
									
									
								
							| 
						 | 
					@ -12,7 +12,7 @@ my $build = Module::Build->new(
 | 
				
			||||||
        'File::Basename'            => '0',
 | 
					        'File::Basename'            => '0',
 | 
				
			||||||
        'File::Spec'                => '0',
 | 
					        'File::Spec'                => '0',
 | 
				
			||||||
        'Getopt::Long'              => '0',
 | 
					        'Getopt::Long'              => '0',
 | 
				
			||||||
        'Math::Clipper'             => '1.17',
 | 
					        'Math::Clipper'             => '1.18',
 | 
				
			||||||
        'Math::ConvexHull::MonotoneChain' => '0.01',
 | 
					        'Math::ConvexHull::MonotoneChain' => '0.01',
 | 
				
			||||||
        'Math::Geometry::Voronoi'   => '1.3',
 | 
					        'Math::Geometry::Voronoi'   => '1.3',
 | 
				
			||||||
        'Math::PlanePath'           => '53',
 | 
					        'Math::PlanePath'           => '53',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue