Skip to content

Commit

Permalink
Update version number and release 0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Apr 17, 2005
1 parent 446fcd1 commit d5a3f9a
Show file tree
Hide file tree
Showing 36 changed files with 105 additions and 105 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,6 +1,6 @@
Devel::Cover.pm history Devel::Cover.pm history


Release 0.53 - Release 0.53 - 17th April 2005
- Clean up database directories. - Clean up database directories.
- Allow require File::Spec->catfile('t', 'common.pl'); (from an example by - Allow require File::Spec->catfile('t', 'common.pl'); (from an example by
Randy W. Sims). Randy W. Sims).
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -19,8 +19,8 @@ use File::Copy;


$| = 1; $| = 1;


my $Version = "0.52"; my $Version = "0.53";
my $Date = "13th December 2004"; my $Date = "17th April 2005";
my $Author = 'pjcj@cpan.org'; my $Author = 'pjcj@cpan.org';


my @perlbug = ("perlbug", "-a", $Author, 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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


use Devel::Cover::DB 0.52; use Devel::Cover::DB 0.53;


use Cwd "abs_path"; use Cwd "abs_path";
use Data::Dumper; use Data::Dumper;
Expand Down Expand Up @@ -344,7 +344,7 @@ See the BUGS file.
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =head1 LICENCE
Expand Down
10 changes: 5 additions & 5 deletions cpancover
Expand Up @@ -12,9 +12,9 @@ require 5.6.1;
use strict; use strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


use Devel::Cover::DB 0.52; use Devel::Cover::DB 0.53;


use Cwd (); use Cwd ();
use File::Find (); use File::Find ();
Expand Down Expand Up @@ -309,7 +309,7 @@ package Devel::Cover::Cpancover::Template::Provider;
use strict; use strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


use base "Template::Provider"; use base "Template::Provider";


Expand Down Expand Up @@ -345,7 +345,7 @@ $Templates{html} = <<'EOT';
<!-- <!--
This file was generated by Devel::Cover Version 0.52 This file was generated by Devel::Cover Version 0.53
Devel::Cover is copyright 2001-2004, Paul Johnson (pjcj@cpan.org) Devel::Cover is copyright 2001-2004, Paul Johnson (pjcj@cpan.org)
Expand Down Expand Up @@ -455,7 +455,7 @@ The following exit values are returned:
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =head1 LICENCE
Expand Down
4 changes: 2 additions & 2 deletions create_gold
Expand Up @@ -12,11 +12,11 @@ require 5.6.1;
use strict; use strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


use blib; use blib;


use Devel::Cover::Test 0.52; use Devel::Cover::Test 0.53;


my @tests = @ARGV; 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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


use Devel::Cover::DB 0.52; use Devel::Cover::DB 0.53;


use Getopt::Long; use Getopt::Long;
use Pod::Usage; use Pod::Usage;
Expand Down Expand Up @@ -136,7 +136,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


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


use Devel::Cover::DB 0.52; use Devel::Cover::DB 0.53;
use Devel::Cover::Inc 0.52; use Devel::Cover::Inc 0.53;


use B qw( class ppname main_cv main_start main_root walksymtable OPf_KIDS ); use B qw( class ppname main_cv main_start main_root walksymtable OPf_KIDS );
use B::Debug; use B::Debug;
Expand Down Expand Up @@ -1331,7 +1331,7 @@ See the BUGS file. And the TODO file.
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


use Getopt::Long; use Getopt::Long;


Expand Down Expand Up @@ -92,7 +92,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


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


Expand Down Expand Up @@ -104,7 +104,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


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


Expand Down Expand Up @@ -84,7 +84,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


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


Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


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


Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


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


Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


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


Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


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


Expand Down Expand Up @@ -45,7 +45,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


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


sub coverage { $_[0][0] } sub coverage { $_[0][0] }
sub information { $_[0][1] } sub information { $_[0][1] }
Expand Down Expand Up @@ -72,7 +72,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


use Devel::Cover::Criterion 0.52; use Devel::Cover::Criterion 0.53;
use Devel::Cover::DB::File 0.52; use Devel::Cover::DB::File 0.53;
use Devel::Cover::DB::Structure 0.52; use Devel::Cover::DB::Structure 0.53;


use Carp; use Carp;
use File::Path; use File::Path;
Expand Down Expand Up @@ -840,7 +840,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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 strict;
use warnings; use warnings;


our $VERSION = "0.52"; our $VERSION = "0.53";


use Devel::Cover::Criterion 0.52; use Devel::Cover::Criterion 0.53;


sub calculate_summary sub calculate_summary
{ {
Expand Down Expand Up @@ -79,7 +79,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =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; use Devel::Cover::DB;


our $VERSION = "0.52"; our $VERSION = "0.53";
our $AUTOLOAD; our $AUTOLOAD;


sub new sub new
Expand Down Expand Up @@ -292,7 +292,7 @@ Huh?
=head1 VERSION =head1 VERSION
Version 0.52 - 13th December 2004 Version 0.53 - 17th April 2005
=head1 LICENCE =head1 LICENCE
Expand Down

0 comments on commit d5a3f9a

Please sign in to comment.