Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Feb 23, 2014
1 parent dfdfe32 commit b8b72c7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
Changes for the CPAN Testers Wiki website

1.07 2014-02-23
- updated templates.
- minified CSS.
- sponsors list now built from JSON.
Expand Down
4 changes: 2 additions & 2 deletions META.json
@@ -1,6 +1,6 @@
{
"name": "CPAN-Testers-WWW-Wiki",
"version": "1.06",
"version": "1.07",
"abstract": "The CPAN Testers Wiki website",
"author": [
"Barbie (BARBIE) <barbie@cpan.org>"
Expand Down Expand Up @@ -47,7 +47,7 @@
"provides": {
"CPAN::Testers::WWW::Wiki": {
"file": "lib/CPAN/Testers/WWW/Wiki.pm",
"version": "1.06"
"version": "1.07"
}
},
"no_index": {
Expand Down
4 changes: 2 additions & 2 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: CPAN::Testers::WWW::Wiki
version: 1.06
version: 1.07
abstract: The CPAN Testers Wiki website
author:
- Barbie <barbie@cpan.org>
Expand All @@ -27,7 +27,7 @@ build_requires:
provides:
CPAN::Testers::WWW::Wiki:
file: lib/CPAN/Testers/WWW/Wiki.pm
version: 1.06
version: 1.07

no_index:
directory:
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Testers/WWW/Wiki.pm
Expand Up @@ -3,7 +3,7 @@ package CPAN::Testers::WWW::Wiki;
use warnings;
use strict;

our $VERSION = '1.06';
our $VERSION = '1.07';

1;

Expand Down Expand Up @@ -51,7 +51,7 @@ Miss Barbell Productions, L<http://www.missbarbell.co.uk/>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2008-2013 Barbie for Miss Barbell Productions
Copyright (C) 2008-2014 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
Expand Down
4 changes: 3 additions & 1 deletion vhost/cgi-bin/config/settings.ini
Expand Up @@ -5,7 +5,7 @@ administrator=barbie@missbarbell.co.uk
cookiename=session
timeout=3600
autoguest=1
copyright=&#169; 1999-2012 CPAN Testers.
copyright=&#169; 1999-2014 CPAN Testers.
lastpagereturn=1
minpasslen=6
maxpasslen=20
Expand All @@ -16,6 +16,8 @@ HERE

loglevel=4
logfile=/var/www/cpanwiki/html/cache/audit.log
parsehtml=0
parsetest=/var/www/cpanwiki/html/cache/parsetest.txt

[HTTP]
webpath=
Expand Down
2 changes: 1 addition & 1 deletion vhost/cgi-bin/pages.cgi
Expand Up @@ -2,7 +2,7 @@
use strict;

use vars qw($VERSION);
$VERSION = '1.05';
$VERSION = '1.07';

#----------------------------------------------------------
# Additional Modules
Expand Down

0 comments on commit b8b72c7

Please sign in to comment.