Skip to content

Commit

Permalink
Released version 1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Apr 21, 2014
1 parent 211ea02 commit e464836
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 16 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for IPC-Concurrency-DBI

v1.1.3 2014-04-20
- Fixed "package version matches dist version" for CPANTS.
- Fixed license declared in meta files.
- General cleanup.

v1.1.2 2013-05-19
- Moved release tests to xt/, added new release tests.
- Modified Build.PL to add release tests to disttest.
Expand Down
8 changes: 4 additions & 4 deletions META.json
Expand Up @@ -45,15 +45,15 @@
"provides" : {
"IPC::Concurrency::DBI" : {
"file" : "lib/IPC/Concurrency/DBI.pm",
"version" : "v1.1.2"
"version" : "v1.1.3"
},
"IPC::Concurrency::DBI::Application" : {
"file" : "lib/IPC/Concurrency/DBI/Application.pm",
"version" : "v1.1.2"
"version" : "v1.1.3"
},
"IPC::Concurrency::DBI::Application::Instance" : {
"file" : "lib/IPC/Concurrency/DBI/Application/Instance.pm",
"version" : "v1.1.2"
"version" : "v1.1.3"
}
},
"release_status" : "stable",
Expand All @@ -69,5 +69,5 @@
"url" : "https://github.com/guillaumeaubert/IPC-Concurrency-DBI"
}
},
"version" : "v1.1.2"
"version" : "v1.1.3"
}
8 changes: 4 additions & 4 deletions META.yml
Expand Up @@ -23,13 +23,13 @@ no_index:
provides:
IPC::Concurrency::DBI:
file: lib/IPC/Concurrency/DBI.pm
version: v1.1.2
version: v1.1.3
IPC::Concurrency::DBI::Application:
file: lib/IPC/Concurrency/DBI/Application.pm
version: v1.1.2
version: v1.1.3
IPC::Concurrency::DBI::Application::Instance:
file: lib/IPC/Concurrency/DBI/Application/Instance.pm
version: v1.1.2
version: v1.1.3
requires:
Carp: '0'
Data::Dumper: '0'
Expand All @@ -40,4 +40,4 @@ resources:
homepage: https://metacpan.org/release/IPC-Concurrency-DBI
license: http://www.gnu.org/licenses/gpl-3.0.txt
repository: https://github.com/guillaumeaubert/IPC-Concurrency-DBI
version: v1.1.2
version: v1.1.3
4 changes: 2 additions & 2 deletions lib/IPC/Concurrency/DBI.pm
Expand Up @@ -17,11 +17,11 @@ IPC::Concurrency::DBI - Control how many instances of an application run in para
=head1 VERSION
Version 1.1.2
Version 1.1.3
=cut

our $VERSION = '1.1.2';
our $VERSION = '1.1.3';


=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/IPC/Concurrency/DBI/Application.pm
Expand Up @@ -17,11 +17,11 @@ IPC::Concurrency::DBI::Application - Application identifier that represents the
=head1 VERSION
Version 1.1.2
Version 1.1.3
=cut

our $VERSION = '1.1.2';
our $VERSION = '1.1.3';


=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/IPC/Concurrency/DBI/Application/Instance.pm
Expand Up @@ -14,11 +14,11 @@ IPC::Concurrency::DBI::Application::Instance - Application instance that represe
=head1 VERSION
Version 1.1.2
Version 1.1.3
=cut

our $VERSION = '1.1.2';
our $VERSION = '1.1.3';


=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions t/LocalTest.pm
Expand Up @@ -14,11 +14,11 @@ LocalTest - Test functions for L<IPC::Concurrency::DBI>.
=head1 VERSION
Version 1.1.2
Version 1.1.3
=cut

our $VERSION = '1.1.2';
our $VERSION = '1.1.3';


=head1 SYNOPSIS
Expand Down

0 comments on commit e464836

Please sign in to comment.