Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Jul 17, 2014
1 parent 36d81b7 commit 765e018
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 26 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
Changes for the CPAN Testers Reports website
============================================

3.50 2014-07-17
- missing prerequisite in META.

3.49 2014-07-08
Expand Down
18 changes: 9 additions & 9 deletions META.json
@@ -1,6 +1,6 @@
{
"name": "CPAN-Testers-WWW-Reports",
"version": "3.49",
"version": "3.50",
"abstract": "The CPAN Testers Reports website",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -73,35 +73,35 @@
"provides": {
"CPAN::Testers::WWW::Reports": {
"file": "lib/CPAN/Testers/WWW/Reports.pm",
"version": "3.49"
"version": "3.50"
},
"Labyrinth::Plugin::CPAN::Authors": {
"file": "lib/Labyrinth/Plugin/CPAN/Authors.pm",
"version": "3.49"
"version": "3.50"
},
"Labyrinth::Plugin::CPAN::Builder": {
"file": "lib/Labyrinth/Plugin/CPAN/Builder.pm",
"version": "3.49"
"version": "3.50"
},
"Labyrinth::Plugin::CPAN::Distros": {
"file": "lib/Labyrinth/Plugin/CPAN/Distros.pm",
"version": "3.49"
"version": "3.50"
},
"Labyrinth::Plugin::CPAN::Monitor": {
"file": "lib/Labyrinth/Plugin/CPAN/Monitor.pm",
"version": "3.49"
"version": "3.50"
},
"Labyrinth::Plugin::CPAN::Release": {
"file": "lib/Labyrinth/Plugin/CPAN/Release.pm",
"version": "3.49"
"version": "3.50"
},
"Labyrinth::Plugin::CPAN::Report": {
"file": "lib/Labyrinth/Plugin/CPAN/Report.pm",
"version": "3.49"
"version": "3.50"
},
"Labyrinth::Plugin::Metabase::Parser": {
"file": "lib/Labyrinth/Plugin/Metabase/Parser.pm",
"version": "3.49"
"version": "3.50"
}
},
"no_index": {
Expand Down
18 changes: 9 additions & 9 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: CPAN::Testers::WWW::Reports
version: 3.49
version: 3.50
abstract: The CPAN Testers Reports website
author:
- Barbie <barbie@cpan.org>
Expand Down Expand Up @@ -53,28 +53,28 @@ build_requires:
provides:
CPAN::Testers::WWW::Reports:
file: lib/CPAN/Testers/WWW/Reports.pm
version: 3.49
version: 3.50
Labyrinth::Plugin::CPAN::Authors:
file: lib/Labyrinth/Plugin/CPAN/Authors.pm
version: 3.49
version: 3.50
Labyrinth::Plugin::CPAN::Builder:
file: lib/Labyrinth/Plugin/CPAN/Builder.pm
version: 3.49
version: 3.50
Labyrinth::Plugin::CPAN::Distros:
file: lib/Labyrinth/Plugin/CPAN/Distros.pm
version: 3.49
version: 3.50
Labyrinth::Plugin::CPAN::Monitor:
file: lib/Labyrinth/Plugin/CPAN/Monitor.pm
version: 3.49
version: 3.50
Labyrinth::Plugin::CPAN::Release:
file: lib/Labyrinth/Plugin/CPAN/Release.pm
version: 3.49
version: 3.50
Labyrinth::Plugin::CPAN::Report:
file: lib/Labyrinth/Plugin/CPAN/Report.pm
version: 3.49
version: 3.50
Labyrinth::Plugin::Metabase::Parser:
file: lib/Labyrinth/Plugin/Metabase/Parser.pm
version: 3.49
version: 3.50

no_index:
directory:
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/WWW/Reports.pm
Expand Up @@ -3,7 +3,7 @@ package CPAN::Testers::WWW::Reports;
use warnings;
use strict;

our $VERSION = '3.49';
our $VERSION = '3.50';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/CPAN/Authors.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.49';
$VERSION = '3.50';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/CPAN/Builder.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.49';
$VERSION = '3.50';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/CPAN/Distros.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.49';
$VERSION = '3.50';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/CPAN/Monitor.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.49';
$VERSION = '3.50';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/CPAN/Release.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.49';
$VERSION = '3.50';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/CPAN/Report.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.49';
$VERSION = '3.50';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Labyrinth/Plugin/Metabase/Parser.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.49';
$VERSION = '3.50';

=head1 NAME
Expand Down

0 comments on commit 765e018

Please sign in to comment.