mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Merge pull request #308 from henrikbrixandersen/master
List perl version and recommended modules in Build.PL
This commit is contained in:
		
						commit
						761cb9d73e
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								Build.PL
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								Build.PL
									
										
									
									
									
								
							| 
						 | 
					@ -15,12 +15,17 @@ my $build = Module::Build->new(
 | 
				
			||||||
        'Math::Geometry::Voronoi'   => '1.3',
 | 
					        'Math::Geometry::Voronoi'   => '1.3',
 | 
				
			||||||
        'Math::PlanePath'           => '53',
 | 
					        'Math::PlanePath'           => '53',
 | 
				
			||||||
        'Moo'                       => '0',
 | 
					        'Moo'                       => '0',
 | 
				
			||||||
 | 
					        'perl'                      => '5.10.0',
 | 
				
			||||||
        'Time::HiRes'               => '0',
 | 
					        'Time::HiRes'               => '0',
 | 
				
			||||||
        'XXX'                       => '0',
 | 
					        'XXX'                       => '0',
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    build_requires => {
 | 
					    build_requires => {
 | 
				
			||||||
        'Test::More' => '0.10',
 | 
					        'Test::More' => '0.10',
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    recommends     => {
 | 
				
			||||||
 | 
					        'Growl::GNTP' => '0.15',
 | 
				
			||||||
 | 
					        'Wx'          => '0.9901',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    script_files    => ['slic3r.pl'],
 | 
					    script_files    => ['slic3r.pl'],
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
$build->dispatch('installdeps');
 | 
					$build->dispatch('installdeps');
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue