Skip to content

Commit

Permalink
Bump to version 13 of the database (rt 67543).
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Apr 18, 2011
1 parent 5af5388 commit f23a166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Devel/Cover/DB.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use Devel::Cover::DB::IO 0.75;
use Carp; use Carp;
use File::Path; use File::Path;


my $DB = "cover.12"; # Version 12 of the database. my $DB = "cover.13"; # Version 13 of the database.


@Devel::Cover::DB::Criteria = @Devel::Cover::DB::Criteria =
(qw( statement branch path condition subroutine pod time )); (qw( statement branch path condition subroutine pod time ));
Expand Down

0 comments on commit f23a166

Please sign in to comment.