Restore files generated by Dist::Zilla for ease of building.
Makefile.PL was originally in this repository but removed by Olaf at one point in favor of the Perl Dist::Zilla system. However, to ease instructions for Conservancy folks who want to use this library to run our legacy PayPal importer, I've restored the files in this soft fork of upstream. This way, Dist::Zilla need not be installed to build these libraries.
This commit is contained in:
		
							parent
							
								
									20967ab871
								
							
						
					
					
						commit
						2beee595e2
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		
							
								
								
									
										12
									
								
								Makefile.PL
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Makefile.PL
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | |||
| use 5.008001; | ||||
| use ExtUtils::MakeMaker; | ||||
| # See lib/ExtUtils/MakeMaker.pm for details of how to influence | ||||
| # the contents of the Makefile that is written. | ||||
| WriteMakefile( | ||||
|     NAME              => 'Business::PayPal::API', | ||||
|     VERSION_FROM      => 'lib/Business/PayPal/API.pm', | ||||
|     PREREQ_PM         => { SOAP::Lite => 0.67 }, | ||||
|     ($] >= 5.005 ? | ||||
|       (ABSTRACT_FROM  => 'lib/Business/PayPal/API.pm', | ||||
|        AUTHOR         => 'Scott Wiersdorf <scott@perlcode.org>') : ()), | ||||
| ); | ||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn