Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Sep 8, 2013
1 parent f024b02 commit 8f8005e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
Revision history for CPAN-Testers-Data-Generator
================================================

1.11 2013-09-08
- added Data::FlexSerializer functionality to compress reports.
- added missing prerequisite, Metabase::Resource.

Expand Down
4 changes: 2 additions & 2 deletions META.json
@@ -1,6 +1,6 @@
{
"name": "CPAN-Testers-Data-Generator",
"version": "1.10",
"version": "1.11",
"abstract": "CPAN Testers cpanstats Database Generator",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -68,7 +68,7 @@
"provides": {
"CPAN::Testers::Data::Generator": {
"file": "lib/CPAN/Testers/Data/Generator.pm",
"version": "1.10"
"version": "1.11"
}
},
"no_index": {
Expand Down
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: CPAN-Testers-Data-Generator
version: 1.10
version: 1.11
abstract: CPAN Testers cpanstats Database Generator
author:
- Barbie <barbie@cpan.org>
Expand Down Expand Up @@ -48,7 +48,7 @@ build_requires:
provides:
CPAN::Testers::Data::Generator:
file: lib/CPAN/Testers/Data/Generator.pm
version: 1.10
version: 1.11

no_index:
directory:
Expand Down
4 changes: 1 addition & 3 deletions README
Expand Up @@ -26,6 +26,7 @@ The distribution requires the following modules:
JSON
Metabase
Metabase::Fact
Metabase::Resource
Time::Local

# underlying Database requirements
Expand All @@ -37,9 +38,6 @@ The distribution requires the following modules:
Getopt::Long
Getopt::ArgvFile




INSTALLATION

To install this module, untar the tarball into the directory of choice then
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/Data/Generator.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;

use vars qw($VERSION);
$VERSION = '1.10';
$VERSION = '1.11';

#----------------------------------------------------------------------------
# Library Modules
Expand Down

0 comments on commit 8f8005e

Please sign in to comment.