Skip to content

Commit

Permalink
Update to version 0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Sep 27, 2010
1 parent 9c5b217 commit 8fcaad1
Show file tree
Hide file tree
Showing 41 changed files with 117 additions and 117 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -19,8 +19,8 @@ use File::Copy;

$| = 1;

my $Version = "0.71";
my $Date = "10th September 2010";
my $Version = "0.72";
my $Date = "27th September 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.71";
our $VERSION = "0.72";

use Devel::Cover::DB 0.71;
use Devel::Cover::DB 0.72;

use Config;
use File::Spec;
Expand Down Expand Up @@ -446,7 +446,7 @@ See the BUGS file.
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

use Devel::Cover::DB 0.71;
use Devel::Cover::DB 0.72;

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

our $VERSION = "0.71";
our $VERSION = "0.72";

use base "Template::Provider";

Expand Down Expand Up @@ -393,7 +393,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.71
This file was generated by Devel::Cover Version 0.72
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 @@ -494,7 +494,7 @@ The following exit values are returned:
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 2010
=head1 LICENCE
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.71";
our $VERSION = "0.72";

use Devel::Cover::DB 0.71;
use Devel::Cover::DB 0.72;

use File::Path;
use File::Spec;
Expand Down Expand Up @@ -185,7 +185,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

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

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

use B qw( class ppname main_cv main_start main_root walksymtable OPf_KIDS );
use B::Debug;
Expand Down Expand Up @@ -1489,7 +1489,7 @@ See the BUGS file. And the TODO file.
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

use Getopt::Long;

Expand Down Expand Up @@ -103,7 +103,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

use Getopt::Long;
use Digest::MD5;
Expand Down Expand Up @@ -175,7 +175,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

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

Expand Down Expand Up @@ -88,7 +88,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

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

Expand Down Expand Up @@ -50,7 +50,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

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

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

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

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

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

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

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

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

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

Expand Down Expand Up @@ -45,7 +45,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.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;
our $VERSION = "0.72";

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

sub coverage { $_[0][0] }
sub information { $_[0][1] }
Expand Down Expand Up @@ -97,7 +97,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

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

use Carp;
use File::Path;
Expand Down Expand Up @@ -1009,7 +1009,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 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.71";
our $VERSION = "0.72";

use Devel::Cover::Criterion 0.71;
use Devel::Cover::Criterion 0.72;

sub calculate_summary
{
Expand Down Expand Up @@ -79,7 +79,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 2010
=head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Cover/DB/Structure.pm
Expand Up @@ -16,7 +16,7 @@ use Storable;

use Devel::Cover::DB;

our $VERSION = "0.71";
our $VERSION = "0.72";
our $AUTOLOAD;

sub new
Expand Down Expand Up @@ -324,7 +324,7 @@ Huh?
=head1 VERSION
Version 0.71 - 10th September 2010
Version 0.72 - 27th September 2010
=head1 LICENCE
Expand Down

0 comments on commit 8fcaad1

Please sign in to comment.