forked from pool/perl-Perl-PrereqScanner
		
	- updated to 1.010
- fix documentation bug (thanks to Marius Olsthoorn for the report) - add a test case to prove someone wrong on the internet OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-PrereqScanner?expand=0&rev=9
This commit is contained in:
		
				
					committed by
					
						
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							0b1dd108a8
						
					
				
				
					commit
					34342778ca
				
			@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:6a867f1d52cfceee8aa469656687d4e733e78fb5647ceccd6f9b259daeb46de5
 | 
			
		||||
size 18793
 | 
			
		||||
							
								
								
									
										3
									
								
								Perl-PrereqScanner-1.010.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Perl-PrereqScanner-1.010.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:bb906b13ac5cf167d82005a2b19c261adc8928a6b7a2a48bee0df16440e38835
 | 
			
		||||
size 18902
 | 
			
		||||
@@ -1,3 +1,10 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu Feb 23 09:56:10 UTC 2012 - coolo@suse.com
 | 
			
		||||
 | 
			
		||||
- updated to 1.010
 | 
			
		||||
  - fix documentation bug (thanks to Marius Olsthoorn for the report)
 | 
			
		||||
  - add a test case to prove someone wrong on the internet
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Wed Feb 15 12:06:18 UTC 2012 - coolo@suse.com
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -17,10 +17,10 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Name:           perl-Perl-PrereqScanner
 | 
			
		||||
Version:        1.009
 | 
			
		||||
Version:        1.010
 | 
			
		||||
Release:        0
 | 
			
		||||
%define cpan_name Perl-PrereqScanner
 | 
			
		||||
Summary:        Scan your Perl code for its prerequisites
 | 
			
		||||
Summary:        a tool to scan your Perl code for its prerequisites
 | 
			
		||||
License:        Artistic-1.0 or GPL-1.0+
 | 
			
		||||
Group:          Development/Libraries/Perl
 | 
			
		||||
Url:            http://search.cpan.org/dist/Perl-PrereqScanner/
 | 
			
		||||
@@ -46,10 +46,10 @@ Requires:       perl(CPAN::Meta::Requirements)
 | 
			
		||||
Requires:       perl(List::MoreUtils)
 | 
			
		||||
Requires:       perl(Moose)
 | 
			
		||||
Requires:       perl(Moose::Role)
 | 
			
		||||
Requires:       perl(namespace::autoclean)
 | 
			
		||||
Requires:       perl(Params::Util)
 | 
			
		||||
Requires:       perl(PPI) >= 1.205
 | 
			
		||||
Requires:       perl(Params::Util)
 | 
			
		||||
Requires:       perl(String::RewritePrefix) >= 0.005
 | 
			
		||||
Requires:       perl(namespace::autoclean)
 | 
			
		||||
%{perl_requires}
 | 
			
		||||
 | 
			
		||||
%description
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user