Skip to content

Commit

Permalink
updated version and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Jun 4, 2017
1 parent 377413e commit 4e9bd40
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 38 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Changes for the CPAN Testers Reports website
============================================

3.58 2017-06-04
- updated Release code to use new distribution indices.
- upgrade to Labyrinth-5.32.
- upgrade to Labyrinth-Plugin-Core-5.19.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LICENSE FOR CPAN-Testers-WWW-Reports

Copyright � 2008-2015 Barbie for Miss Barbell Productions.
Copyright � 2008-2017 Barbie for Miss Barbell Productions.

This distribution is free software; you can redistribute it and/or
modify it under the Artistic Licence v2.
18 changes: 9 additions & 9 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CPAN-Testers-WWW-Reports",
"version": "3.57",
"version": "3.58",
"abstract": "The CPAN Testers Reports website",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -74,35 +74,35 @@
"provides": {
"CPAN::Testers::WWW::Reports": {
"file": "lib/CPAN/Testers/WWW/Reports.pm",
"version": "3.57"
"version": "3.58"
},
"Labyrinth::Plugin::CPAN::Authors": {
"file": "lib/Labyrinth/Plugin/CPAN/Authors.pm",
"version": "3.57"
"version": "3.58"
},
"Labyrinth::Plugin::CPAN::Builder": {
"file": "lib/Labyrinth/Plugin/CPAN/Builder.pm",
"version": "3.57"
"version": "3.58"
},
"Labyrinth::Plugin::CPAN::Distros": {
"file": "lib/Labyrinth/Plugin/CPAN/Distros.pm",
"version": "3.57"
"version": "3.58"
},
"Labyrinth::Plugin::CPAN::Monitor": {
"file": "lib/Labyrinth/Plugin/CPAN/Monitor.pm",
"version": "3.57"
"version": "3.58"
},
"Labyrinth::Plugin::CPAN::Release": {
"file": "lib/Labyrinth/Plugin/CPAN/Release.pm",
"version": "3.57"
"version": "3.58"
},
"Labyrinth::Plugin::CPAN::Report": {
"file": "lib/Labyrinth/Plugin/CPAN/Report.pm",
"version": "3.57"
"version": "3.58"
},
"Labyrinth::Plugin::Metabase::Parser": {
"file": "lib/Labyrinth/Plugin/Metabase/Parser.pm",
"version": "3.57"
"version": "3.58"
}
},
"no_index": {
Expand Down
18 changes: 9 additions & 9 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: CPAN-Testers-WWW-Reports
version: 3.57
version: 3.58
abstract: The CPAN Testers Reports website
author:
- Barbie <barbie@cpan.org>
Expand Down Expand Up @@ -54,28 +54,28 @@ build_requires:
provides:
CPAN::Testers::WWW::Reports:
file: lib/CPAN/Testers/WWW/Reports.pm
version: 3.57
version: 3.58
Labyrinth::Plugin::CPAN::Authors:
file: lib/Labyrinth/Plugin/CPAN/Authors.pm
version: 3.57
version: 3.58
Labyrinth::Plugin::CPAN::Builder:
file: lib/Labyrinth/Plugin/CPAN/Builder.pm
version: 3.57
version: 3.58
Labyrinth::Plugin::CPAN::Distros:
file: lib/Labyrinth/Plugin/CPAN/Distros.pm
version: 3.57
version: 3.58
Labyrinth::Plugin::CPAN::Monitor:
file: lib/Labyrinth/Plugin/CPAN/Monitor.pm
version: 3.57
version: 3.58
Labyrinth::Plugin::CPAN::Release:
file: lib/Labyrinth/Plugin/CPAN/Release.pm
version: 3.57
version: 3.58
Labyrinth::Plugin::CPAN::Report:
file: lib/Labyrinth/Plugin/CPAN/Report.pm
version: 3.57
version: 3.58
Labyrinth::Plugin::Metabase::Parser:
file: lib/Labyrinth/Plugin/Metabase/Parser.pm
version: 3.57
version: 3.58

no_index:
directory:
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>

COPYRIGHT AND LICENCE

Copyright (C) 2008-2015 Barbie for Miss Barbell Productions.
Copyright (C) 2008-2017 Barbie for Miss Barbell Productions.

This distribution is free software; you can redistribute it and/or modify it
under the Artistic License v2.
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Testers/WWW/Reports.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package CPAN::Testers::WWW::Reports;
use warnings;
use strict;

our $VERSION = '3.57';
our $VERSION = '3.58';

1;

Expand Down Expand Up @@ -76,7 +76,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2008-2015 Barbie for Miss Barbell Productions
Copyright (C) 2008-2017 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
Expand Down
4 changes: 2 additions & 2 deletions lib/Labyrinth/Plugin/CPAN/Authors.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.57';
$VERSION = '3.58';

=head1 NAME
Expand Down Expand Up @@ -147,7 +147,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2008-2015 Barbie for Miss Barbell Productions
Copyright (C) 2008-2017 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
Expand Down
4 changes: 2 additions & 2 deletions lib/Labyrinth/Plugin/CPAN/Builder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.57';
$VERSION = '3.58';

=head1 NAME
Expand Down Expand Up @@ -1197,7 +1197,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2008-2015 Barbie for Miss Barbell Productions
Copyright (C) 2008-2017 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
Expand Down
4 changes: 2 additions & 2 deletions lib/Labyrinth/Plugin/CPAN/Distros.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.57';
$VERSION = '3.58';

=head1 NAME
Expand Down Expand Up @@ -117,7 +117,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2008-2015 Barbie for Miss Barbell Productions
Copyright (C) 2008-2017 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
Expand Down
4 changes: 2 additions & 2 deletions lib/Labyrinth/Plugin/CPAN/Monitor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.57';
$VERSION = '3.58';

=head1 NAME
Expand Down Expand Up @@ -374,7 +374,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2008-2015 Barbie for Miss Barbell Productions
Copyright (C) 2008-2017 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
Expand Down
4 changes: 2 additions & 2 deletions lib/Labyrinth/Plugin/CPAN/Release.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.57';
$VERSION = '3.58';

=head1 NAME
Expand Down Expand Up @@ -326,7 +326,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2008-2015 Barbie for Miss Barbell Productions
Copyright (C) 2008-2017 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
Expand Down
4 changes: 2 additions & 2 deletions lib/Labyrinth/Plugin/CPAN/Report.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.57';
$VERSION = '3.58';

=head1 NAME
Expand Down Expand Up @@ -399,7 +399,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2008-2015 Barbie for Miss Barbell Productions
Copyright (C) 2008-2017 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
Expand Down
4 changes: 2 additions & 2 deletions lib/Labyrinth/Plugin/Metabase/Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '3.57';
$VERSION = '3.58';

=head1 NAME
Expand Down Expand Up @@ -145,7 +145,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2010-2015 Barbie for Miss Barbell Productions
Copyright (C) 2010-2017 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
Expand Down
4 changes: 2 additions & 2 deletions vhost/cgi-bin/pages.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use strict;

use vars qw($VERSION);
$VERSION = '3.57';
$VERSION = '3.58';

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

Expand Down Expand Up @@ -66,7 +66,7 @@ F<http://blog.cpantesters.org/>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2008-2015 Barbie <barbie@cpan.org>
Copyright (C) 2008-2017 Barbie <barbie@cpan.org>
This module is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.
Expand Down

0 comments on commit 4e9bd40

Please sign in to comment.