Skip to content

Commit 729589c

Browse files
committed
upped version
1 parent 1623260 commit 729589c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for CPAN-Testers-Common-DBUtils
22
================================================
33

4+
0.11 2014-09-09
45
- fixed license fields in META.json to be lists.
56

67
0.10 2014-09-08

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CPAN-Testers-Common-DBUtils",
3-
"version": "0.10",
3+
"version": "0.11",
44
"abstract": "Basic Database Wrapper used by CPAN Testers modules",
55
"author": [
66
"Barbie (BARBIE) <[email protected]>"
@@ -48,7 +48,7 @@
4848
"provides": {
4949
"CPAN::Testers::Common::DBUtils": {
5050
"file": "lib/CPAN/Testers/Common/DBUtils.pm",
51-
"version": "0.10"
51+
"version": "0.11"
5252
}
5353
},
5454
"no_index": {

META.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- #YAML:1.0
22
name: CPAN-Testers-Common-DBUtils
3-
version: 0.10
3+
version: 0.11
44
abstract: Basic Database Wrapper used by CPAN Testers modules
55
author:
66
- Barbie <[email protected]>
@@ -27,7 +27,7 @@ build_requires:
2727
provides:
2828
CPAN::Testers::Common::DBUtils:
2929
file: lib/CPAN/Testers/Common/DBUtils.pm
30-
version: 0.10
30+
version: 0.11
3131

3232
resources:
3333
license: http://www.perlfoundation.org/artistic_license_2_0

lib/CPAN/Testers/Common/DBUtils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44
use strict;
55

66
use vars qw($VERSION);
7-
$VERSION = '0.10';
7+
$VERSION = '0.11';
88

99
=head1 NAME
1010

0 commit comments

Comments
 (0)