Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
upped version
  • Loading branch information
barbie committed Jun 2, 2013
1 parent 10c273f commit 77d6b11
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
# Changes log for Data::Phrasebook::Loader::DBI

0.15 2013-06-02
- change file dates changed to meet W3CDTF standards.
- clarified licensing text.
- fixed test warnings.
Expand Down
4 changes: 2 additions & 2 deletions META.json
@@ -1,6 +1,6 @@
{
"name": "Data-Phrasebook-Loader-DBI",
"version": "0.14",
"version": "0.15",
"abstract": "Loader class for phrasebook implementations using DBI",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -48,7 +48,7 @@
"provides": {
"Data::Phrasebook::Loader::DBI": {
"file": "lib/Data/Phrasebook/Loader/DBI.pm",
"version": "0.14"
"version": "0.15"
}
},
"no_index": {
Expand Down
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Data-Phrasebook-Loader-DBI
version: 0.14
version: 0.15
abstract: Loader class for phrasebook implementations using DBI
author:
- Barbie <barbie@cpan.org>
Expand All @@ -27,7 +27,7 @@ build_requires:
provides:
Data::Phrasebook::Loader::DBI:
file: lib/Data/Phrasebook/Loader/DBI.pm
version: 0.14
version: 0.15
no_index:
directory:
- t
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Phrasebook/Loader/DBI.pm
Expand Up @@ -5,7 +5,7 @@ use base qw( Data::Phrasebook::Loader::Base Data::Phrasebook::Debug );
use Carp qw( croak );
use DBI;

our $VERSION = '0.14';
our $VERSION = '0.15';

=head1 NAME
Expand Down

0 comments on commit 77d6b11

Please sign in to comment.