Skip to content

Commit

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

3.49 2014-07-08
- add logic for tester preferred contact address.
- abstracted out Labyrinth-Plugin-CPAN.

Expand Down
18 changes: 9 additions & 9 deletions META.json
@@ -1,6 +1,6 @@
{
"name": "CPAN-Testers-WWW-Reports",
"version": "3.48",
"version": "3.49",
"abstract": "The CPAN Testers Reports website",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -72,35 +72,35 @@
"provides": {
"CPAN::Testers::WWW::Reports": {
"file": "lib/CPAN/Testers/WWW/Reports.pm",
"version": "3.48"
"version": "3.49"
},
"Labyrinth::Plugin::CPAN::Authors": {
"file": "lib/Labyrinth/Plugin/CPAN/Authors.pm",
"version": "3.48"
"version": "3.49"
},
"Labyrinth::Plugin::CPAN::Builder": {
"file": "lib/Labyrinth/Plugin/CPAN/Builder.pm",
"version": "3.48"
"version": "3.49"
},
"Labyrinth::Plugin::CPAN::Distros": {
"file": "lib/Labyrinth/Plugin/CPAN/Distros.pm",
"version": "3.48"
"version": "3.49"
},
"Labyrinth::Plugin::CPAN::Monitor": {
"file": "lib/Labyrinth/Plugin/CPAN/Monitor.pm",
"version": "3.48"
"version": "3.49"
},
"Labyrinth::Plugin::CPAN::Release": {
"file": "lib/Labyrinth/Plugin/CPAN/Release.pm",
"version": "3.48"
"version": "3.49"
},
"Labyrinth::Plugin::CPAN::Report": {
"file": "lib/Labyrinth/Plugin/CPAN/Report.pm",
"version": "3.48"
"version": "3.49"
},
"Labyrinth::Plugin::Metabase::Parser": {
"file": "lib/Labyrinth/Plugin/Metabase/Parser.pm",
"version": "3.48"
"version": "3.49"
}
},
"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.48
version: 3.49
abstract: The CPAN Testers Reports website
author:
- Barbie <barbie@cpan.org>
Expand Down Expand Up @@ -52,28 +52,28 @@ build_requires:
provides:
CPAN::Testers::WWW::Reports:
file: lib/CPAN/Testers/WWW/Reports.pm
version: 3.48
version: 3.49
Labyrinth::Plugin::CPAN::Authors:
file: lib/Labyrinth/Plugin/CPAN/Authors.pm
version: 3.48
version: 3.49
Labyrinth::Plugin::CPAN::Builder:
file: lib/Labyrinth/Plugin/CPAN/Builder.pm
version: 3.48
version: 3.49
Labyrinth::Plugin::CPAN::Distros:
file: lib/Labyrinth/Plugin/CPAN/Distros.pm
version: 3.48
version: 3.49
Labyrinth::Plugin::CPAN::Monitor:
file: lib/Labyrinth/Plugin/CPAN/Monitor.pm
version: 3.48
version: 3.49
Labyrinth::Plugin::CPAN::Release:
file: lib/Labyrinth/Plugin/CPAN/Release.pm
version: 3.48
version: 3.49
Labyrinth::Plugin::CPAN::Report:
file: lib/Labyrinth/Plugin/CPAN/Report.pm
version: 3.48
version: 3.49
Labyrinth::Plugin::Metabase::Parser:
file: lib/Labyrinth/Plugin/Metabase/Parser.pm
version: 3.48
version: 3.49

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.48';
our $VERSION = '3.49';

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.48';
$VERSION = '3.49';

=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.48';
$VERSION = '3.49';

=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.48';
$VERSION = '3.49';

=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.48';
$VERSION = '3.49';

=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.48';
$VERSION = '3.49';

=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.48';
$VERSION = '3.49';

=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.48';
$VERSION = '3.49';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion vhost/cgi-bin/view-report.cgi
Expand Up @@ -2,7 +2,7 @@
use strict;
$|++;

my $VERSION = '3.48';
my $VERSION = '3.49';

#----------------------------------------------------------------------------

Expand Down

0 comments on commit 9ea038a

Please sign in to comment.