Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Sep 14, 2014
1 parent 2df25fa commit 3c62d79
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for CPAN-Testers-Data-Addresses
================================================

0.16 2014-09-14
- added Test::Trap to recommended test requisites.
- made Test::Trap optional (thanks to XIONG's inspiration).

Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CPAN-Testers-Data-Addresses",
"version": "0.15",
"version": "0.16",
"abstract": "CPAN Testers Addresses Data Manager",
"author": ["Barbie <barbie@cpan.org>"],

Expand Down Expand Up @@ -53,7 +53,7 @@
"provides": {
"CPAN::Testers::Data::Addresses": {
"file": "lib/CPAN/Testers/Data/Addresses.pm",
"version": "0.15"
"version": "0.16"
}
},
"no_index": {
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: CPAN-Testers-Data-Addresses
version: 0.15
version: 0.16
abstract: CPAN Testers Addresses Data Manager
author:
- Barbie <barbie@cpan.org>
Expand Down Expand Up @@ -35,7 +35,7 @@ build_requires:
provides:
CPAN::Testers::Data::Addresses:
file: lib/CPAN/Testers/Data/Addresses.pm
version: 0.15
version: 0.16

no_index:
directory:
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/Data/Addresses.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '0.15';
$VERSION = '0.16';
$|++;

#----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion t/27help.t
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SKIP: {

use CPAN::Testers::Data::Addresses;

my $VERSION = '0.15';
my $VERSION = '0.16';

my $obj;
my $stdout;
Expand Down

0 comments on commit 3c62d79

Please sign in to comment.