Skip to content

Commit

Permalink
DateTime is now a pre-requisite
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed May 18, 2014
1 parent 5582b49 commit 4cbee2e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -3,6 +3,7 @@ Revision history for CPAN-Testers-WWW-Statistics

1.12 2014-05-00
- added cpan/backpan 100 files to CPAN Stats page creation.
- DateTime is now a pre-requisite.

1.11 2014-05-11
- build performance data in isolation.
Expand Down
1 change: 1 addition & 0 deletions META.json
Expand Up @@ -29,6 +29,7 @@
"Config::IniFiles": "0",
"CPAN::Testers::Common::DBUtils": "0.03",
"Data::Dumper": "0",
"DateTime": "0",
"DBI": "0",
"DBD::mysql": "0",
"File::Basename": "0",
Expand Down
1 change: 1 addition & 0 deletions META.yml
Expand Up @@ -16,6 +16,7 @@ requires:
Config::IniFiles: 0
CPAN::Testers::Common::DBUtils: 0.03
Data::Dumper: 0
DateTime: 0
DBI: 0
DBD::mysql: 0
GD::Graph::lines: 0
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -20,6 +20,7 @@ WriteMakefile(
'Class::Accessor::Fast' => 0,
'Config::IniFiles' => 0,
'Data::Dumper' => 0, # for debugging purposes
'DateTime' => 0,
'GD::Graph::lines' => 0,
'File::Basename' => 0,
'File::Copy' => 0,
Expand Down
1 change: 1 addition & 0 deletions lib/CPAN/Testers/WWW/Statistics/Pages.pm
Expand Up @@ -54,6 +54,7 @@ Note that this package should not be called directly, but via its parent as:
# Library Modules

use Data::Dumper;
use DateTime;
use File::Basename;
use File::Copy;
use File::Path;
Expand Down

0 comments on commit 4cbee2e

Please sign in to comment.