git-subtree-dir: third_party/git git-subtree-split: cb715685942260375e1eb8153b0768a376e4ece7
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| package Git::LoadCPAN::Mail::Address;
 | |
| use 5.008;
 | |
| use strict;
 | |
| use warnings;
 | |
| use Git::LoadCPAN (
 | |
| 	module => 'Mail::Address',
 | |
| 	import => 0,
 | |
| );
 | |
| 
 | |
| 1;
 |