Skip to content

Commit

Permalink
Update to version 0.71
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Sep 10, 2010
1 parent 9864f89 commit 3e570c9
Show file tree
Hide file tree
Showing 42 changed files with 127 additions and 119 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ use File::Copy;

$| = 1;

my $Version = "0.70";
my $Date = "29th August 2010";
my $Version = "0.71";
my $Date = "10th September 2010";
my $Author = 'pjcj@cpan.org';

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

our $VERSION = "0.70";
our $VERSION = "0.71";

use Devel::Cover::DB 0.70;
use Devel::Cover::DB 0.71;

use Config;
use Cwd "abs_path";
Expand Down Expand Up @@ -446,7 +446,7 @@ See the BUGS file.
=head1 VERSION
Version 0.70 - 29th August 2010
Version 0.71 - 10th September 2010
=head1 LICENCE
Expand Down
10 changes: 5 additions & 5 deletions cpancover
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ require 5.6.1;
use strict;
use warnings;

our $VERSION = "0.70";
our $VERSION = "0.71";

use Devel::Cover::DB 0.70;
use Devel::Cover::DB 0.71;

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.70";
our $VERSION = "0.71";

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.70
This file was generated by Devel::Cover Version 0.71
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.70 - 29th August 2010
Version 0.71 - 10th September 2010
=head1 LICENCE
Expand Down
12 changes: 10 additions & 2 deletions docs/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,22 @@ Update version number and date in Makefile.PL.
Run basic tests.
$ make test

Test against all version.
$ make all_tests
Test against all versions.
$ make all_test
- or, if you have multiple cores available:
$ HARNESS_OPTIONS=j7:c HARNESS_TIMER=1 make all_test

Return to base perl version.
$ perl Makefile.PL && make

Run dist test.
$ make disttest

Commit the change.
$ git commit -a -m 'Update to version X.YZ'

Tag the release.
$ git tag -a vX.YZ -m 'Release vX.YZ'

Make the distribution.
$ make dist
6 changes: 3 additions & 3 deletions gcov2perl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ require 5.6.1;
use strict;
use warnings;

our $VERSION = "0.70";
our $VERSION = "0.71";

use Devel::Cover::DB 0.70;
use Devel::Cover::DB 0.71;

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

our $VERSION = "0.70";
our $VERSION = "0.71";

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

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

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

our $VERSION = "0.70";
our $VERSION = "0.71";

use Getopt::Long;

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

our $VERSION = "0.70";
our $VERSION = "0.71";

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

our $VERSION = "0.70";
our $VERSION = "0.71";

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

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

our $VERSION = "0.70";
our $VERSION = "0.71";

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

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

our $VERSION = "0.70";
our $VERSION = "0.71";

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

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

our $VERSION = "0.70";
our $VERSION = "0.71";

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

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

our $VERSION = "0.70";
our $VERSION = "0.71";

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

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

our $VERSION = "0.70";
our $VERSION = "0.71";

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

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

our $VERSION = "0.70";
our $VERSION = "0.71";

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

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

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;
our $VERSION = "0.71";

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

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

our $VERSION = "0.70";
our $VERSION = "0.71";

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

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

our $VERSION = "0.70";
our $VERSION = "0.71";

use Devel::Cover::Criterion 0.70;
use Devel::Cover::Criterion 0.71;

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

0 comments on commit 3e570c9

Please sign in to comment.