File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for CPAN-Testers-Common-DBUtils
2
2
================================================
3
3
4
+ 0.11 2014-09-09
4
5
- fixed license fields in META.json to be lists.
5
6
6
7
0.10 2014-09-08
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " CPAN-Testers-Common-DBUtils" ,
3
- "version" : " 0.10 " ,
3
+ "version" : " 0.11 " ,
4
4
"abstract" : " Basic Database Wrapper used by CPAN Testers modules" ,
5
5
"author" : [
6
6
" Barbie (BARBIE) <[email protected] >"
48
48
"provides" : {
49
49
"CPAN::Testers::Common::DBUtils" : {
50
50
"file" : " lib/CPAN/Testers/Common/DBUtils.pm" ,
51
- "version" : " 0.10 "
51
+ "version" : " 0.11 "
52
52
}
53
53
},
54
54
"no_index" : {
Original file line number Diff line number Diff line change 1
1
--- # YAML:1.0
2
2
name : CPAN-Testers-Common-DBUtils
3
- version : 0.10
3
+ version : 0.11
4
4
abstract : Basic Database Wrapper used by CPAN Testers modules
5
5
author :
6
6
@@ -27,7 +27,7 @@ build_requires:
27
27
provides :
28
28
CPAN::Testers::Common::DBUtils :
29
29
file : lib/CPAN/Testers/Common/DBUtils.pm
30
- version : 0.10
30
+ version : 0.11
31
31
32
32
resources :
33
33
license : http://www.perlfoundation.org/artistic_license_2_0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
4
4
use strict;
5
5
6
6
use vars qw( $VERSION) ;
7
- $VERSION = ' 0.10 ' ;
7
+ $VERSION = ' 0.11 ' ;
8
8
9
9
=head1 NAME
10
10
You can’t perform that action at this time.
0 commit comments