Skip to content

Commit

Permalink
Merge branch 'master' of github.com:barbie/cpan-testers-www-statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Aug 20, 2011
2 parents 72bc11d + 726f736 commit d2a3826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions t/51init.t
Expand Up @@ -26,6 +26,5 @@ is( $obj->database, $db, 'database' );
ok( -f $obj->database, 'database exists' );

ok( $obj->directory, 'directory' );
is( $obj->directory, 't/_TMPDIR', 'directory' );
is( $obj->directory, File::Spec->catfile('t', '_TMPDIR'), 'directory' );
ok( -d $obj->directory, 'directory exists' );

2 changes: 1 addition & 1 deletion t/56writes.t
Expand Up @@ -334,7 +334,7 @@ sub check_dir_contents {
sub {
if($_[0]) {
$_[0] =~ s/^(\s*)\d+\.\d+(?:_\d+)? at \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.( Comments and design patches)/$1 ==TIMESTAMP== $2/gmi;
$_[0] =~ s!\w{3},\s+\d{2}\s+\w{3}\s+\d{4}\s+\d{2}:\d{2}:\d{2}\s+\w{3,4}!==TIMESTAMP==!gmi;
$_[0] =~ s!\w{3},\s+\d{2}\s+\w{3}\s+\d{4}\s+\d{2}:\d{2}:\d{2}\s+[\w\\ \xe4]+!==TIMESTAMP==!gmi;
$_[0] =~ s!\w{3}\s+\w{3}\s+\d{1,2}\s+\d{2}:\d{2}:\d{2}\s+\w{3,4}\s+\d{4}!==TIMESTAMP==!gmi;
$_[0] =~ s/\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}/==TIMESTAMP==/gmi;
$_[0] =~ s/\d+(st|nd|rd|th)\s+\w+\s+\d+/==TIMESTAMP==/gmi;
Expand Down

0 comments on commit d2a3826

Please sign in to comment.