Navigation Menu

Skip to content

Commit

Permalink
Update to version 0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Aug 29, 2010
1 parent 86a812f commit 7509b89
Show file tree
Hide file tree
Showing 40 changed files with 115 additions and 115 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -19,8 +19,8 @@ use File::Copy;

$| = 1;

my $Version = "0.69";
my $Date = "28th August 2010";
my $Version = "0.70";
my $Date = "29th August 2010";
my $Author = 'pjcj@cpan.org';

my @perlbug = ("perlbug", "-a", $Author,
Expand Down
6 changes: 3 additions & 3 deletions cover
Expand Up @@ -12,9 +12,9 @@ require 5.6.1;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use Devel::Cover::DB 0.69;
use Devel::Cover::DB 0.70;

use Config;
use Cwd "abs_path";
Expand Down Expand Up @@ -444,7 +444,7 @@ See the BUGS file.
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
10 changes: 5 additions & 5 deletions cpancover
Expand Up @@ -12,9 +12,9 @@ require 5.6.1;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use Devel::Cover::DB 0.69;
use Devel::Cover::DB 0.70;

use Cwd ();
use Getopt::Long;
Expand Down Expand Up @@ -341,7 +341,7 @@ package Devel::Cover::Cpancover::Template::Provider;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use base "Template::Provider";

Expand Down Expand Up @@ -378,7 +378,7 @@ $Templates{html} = <<'EOT';
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
This file was generated by Devel::Cover Version 0.69
This file was generated by Devel::Cover Version 0.70
Devel::Cover is copyright 2001-2010, Paul Johnson (pjcj\@cpan.org)
Devel::Cover is free. It is licensed under the same terms as Perl itself.
The latest version of Devel::Cover should be available from my homepage:
Expand Down Expand Up @@ -479,7 +479,7 @@ The following exit values are returned:
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions create_gold
Expand Up @@ -12,14 +12,14 @@ require 5.6.1;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use blib;

use Config;
exit if $Config{useithreads};

use Devel::Cover::Test 0.69;
use Devel::Cover::Test 0.70;

my @tests = @ARGV;

Expand Down
6 changes: 3 additions & 3 deletions gcov2perl
Expand Up @@ -12,9 +12,9 @@ require 5.6.1;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use Devel::Cover::DB 0.69;
use Devel::Cover::DB 0.70;

use File::Path;
use File::Spec;
Expand Down Expand Up @@ -185,7 +185,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
8 changes: 4 additions & 4 deletions lib/Devel/Cover.pm
Expand Up @@ -10,13 +10,13 @@ package Devel::Cover;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use DynaLoader ();
our @ISA = "DynaLoader";

use Devel::Cover::DB 0.69;
use Devel::Cover::Inc 0.69;
use Devel::Cover::DB 0.70;
use Devel::Cover::Inc 0.70;

use B qw( class ppname main_cv main_start main_root walksymtable OPf_KIDS );
use B::Debug;
Expand Down Expand Up @@ -1478,7 +1478,7 @@ See the BUGS file. And the TODO file.
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Annotation/Random.pm
Expand Up @@ -10,7 +10,7 @@ package Devel::Cover::Annotation::Random;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use Getopt::Long;

Expand Down Expand Up @@ -103,7 +103,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Annotation/Svk.pm
Expand Up @@ -10,7 +10,7 @@ package Devel::Cover::Annotation::Svk;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use Getopt::Long;
use Digest::MD5;
Expand Down Expand Up @@ -175,7 +175,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Branch.pm
Expand Up @@ -10,7 +10,7 @@ package Devel::Cover::Branch;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use base "Devel::Cover::Criterion";

Expand Down Expand Up @@ -88,7 +88,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition.pm
Expand Up @@ -10,7 +10,7 @@ package Devel::Cover::Condition;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use base "Devel::Cover::Branch";

Expand Down Expand Up @@ -50,7 +50,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition_and_2.pm
Expand Up @@ -10,7 +10,7 @@ package Devel::Cover::Condition_and_2;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use base "Devel::Cover::Condition";

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition_and_3.pm
Expand Up @@ -10,7 +10,7 @@ package Devel::Cover::Condition_and_3;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use base "Devel::Cover::Condition";

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition_or_2.pm
Expand Up @@ -10,7 +10,7 @@ package Devel::Cover::Condition_or_2;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use base "Devel::Cover::Condition";

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition_or_3.pm
Expand Up @@ -10,7 +10,7 @@ package Devel::Cover::Condition_or_3;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use base "Devel::Cover::Condition";

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/Condition_xor_4.pm
Expand Up @@ -10,7 +10,7 @@ package Devel::Cover::Condition_xor_4;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use base "Devel::Cover::Condition";

Expand Down Expand Up @@ -45,7 +45,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
28 changes: 14 additions & 14 deletions lib/Devel/Cover/Criterion.pm
Expand Up @@ -10,19 +10,19 @@ package Devel::Cover::Criterion;
use strict;
use warnings;

our $VERSION = "0.69";

use Devel::Cover::Statement 0.69;
use Devel::Cover::Branch 0.69;
use Devel::Cover::Condition 0.69;
use Devel::Cover::Condition_or_2 0.69;
use Devel::Cover::Condition_or_3 0.69;
use Devel::Cover::Condition_and_2 0.69;
use Devel::Cover::Condition_and_3 0.69;
use Devel::Cover::Condition_xor_4 0.69;
use Devel::Cover::Subroutine 0.69;
use Devel::Cover::Time 0.69;
use Devel::Cover::Pod 0.69;
our $VERSION = "0.70";

use Devel::Cover::Statement 0.70;
use Devel::Cover::Branch 0.70;
use Devel::Cover::Condition 0.70;
use Devel::Cover::Condition_or_2 0.70;
use Devel::Cover::Condition_or_3 0.70;
use Devel::Cover::Condition_and_2 0.70;
use Devel::Cover::Condition_and_3 0.70;
use Devel::Cover::Condition_xor_4 0.70;
use Devel::Cover::Subroutine 0.70;
use Devel::Cover::Time 0.70;
use Devel::Cover::Pod 0.70;

sub coverage { $_[0][0] }
sub information { $_[0][1] }
Expand Down Expand Up @@ -97,7 +97,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
10 changes: 5 additions & 5 deletions lib/Devel/Cover/DB.pm
Expand Up @@ -10,11 +10,11 @@ package Devel::Cover::DB;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use Devel::Cover::Criterion 0.69;
use Devel::Cover::DB::File 0.69;
use Devel::Cover::DB::Structure 0.69;
use Devel::Cover::Criterion 0.70;
use Devel::Cover::DB::File 0.70;
use Devel::Cover::DB::Structure 0.70;

use Carp;
use File::Path;
Expand Down Expand Up @@ -1007,7 +1007,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down
6 changes: 3 additions & 3 deletions lib/Devel/Cover/DB/File.pm
Expand Up @@ -10,9 +10,9 @@ package Devel::Cover::DB::File;
use strict;
use warnings;

our $VERSION = "0.69";
our $VERSION = "0.70";

use Devel::Cover::Criterion 0.69;
use Devel::Cover::Criterion 0.70;

sub calculate_summary
{
Expand Down Expand Up @@ -79,7 +79,7 @@ Huh?
=head1 VERSION
Version 0.69 - 28th August 2010
Version 0.70 - 29th August 2010
=head1 LICENCE
Expand Down

0 comments on commit 7509b89

Please sign in to comment.