Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added sponsor to layout.html and added further missing dependencies
  • Loading branch information
barbie committed Feb 1, 2009
1 parent c01973c commit 599494a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for CPAN-Testers-WWW-Statistics

0.60 current
- added sponsor message to templates/layout.html.
- added missing DBD dependencies.

0.59 30/01/2009
- updated addresses.pl (v0.13) to ignore further generic domains.
- updated test to ignore minor distro version changes.
Expand Down
10 changes: 6 additions & 4 deletions META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: CPAN::Testers::WWW::Statistics
version: 0.59
version: 0.60
abstract: Scripts to create the cpanstats website
author:
- Barbie <barbie@cpan.org>
Expand All @@ -14,6 +14,8 @@ requires:
Class::Accessor::Chained::Fast: 0
Config::IniFiles: 0
CPAN::Testers::Common::DBUtils: 0.03
DBD::mysql: 0
DBD::SQLite: 0
GD::Graph::lines: 0
Email::Simple: 0
File::Basename: 0
Expand All @@ -39,13 +41,13 @@ build_requires:
provides:
CPAN::Testers::WWW::Statistics:
file: lib/CPAN/Testers/WWW/Statistics.pm
version: 0.59
version: 0.60
CPAN::Testers::WWW::Statistics::Graphs:
file: lib/CPAN/Testers/WWW/Statistics/Graphs.pm
version: 0.59
version: 0.60
CPAN::Testers::WWW::Statistics::Pages:
file: lib/CPAN/Testers/WWW/Statistics/Pages.pm
version: 0.59
version: 0.60

meta-spec:
version: 1.4
Expand Down
3 changes: 3 additions & 0 deletions Makefile.PL
Expand Up @@ -24,6 +24,9 @@ WriteMakefile(
CGI => 0,
Email::Simple => 0,
Time::Piece => 0,

DBD::mysql => 0,
DBD::SQLite => 0,
},

NO_META => 1,
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/WWW/Statistics.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;
use vars qw($VERSION);

$VERSION = '0.59';
$VERSION = '0.60';

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

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/WWW/Statistics/Graphs.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;
use vars qw($VERSION);

$VERSION = '0.59';
$VERSION = '0.60';

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

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Testers/WWW/Statistics/Pages.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
use strict;
use vars qw($VERSION);

$VERSION = '0.59';
$VERSION = '0.60';

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

Expand Down
2 changes: 2 additions & 0 deletions templates/layout.html
Expand Up @@ -97,6 +97,8 @@
CPAN Testers Statistics site maintained by Barbie - <a href="mailto:barbie@cpan.org">barbie@cpan.org</a>.<br />
</p>

<p>The CPAN Testers server is supported and funded by <a href="http://birmingham.pm.org">Birmingham Perl Mongers</a>.</p>

<div id="adverts">
<script type="text/javascript" src="http://adserver.szabgab.com/ads/direct_link_selflink.js?cnt=3&amp;noself=1"></script>
<p>Ads provide by <a href="http://adserver.szabgab.com">The Perl Community AdServer</a></p>
Expand Down

0 comments on commit 599494a

Please sign in to comment.