Skip to content

Commit

Permalink
Bump version to 0.54.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Sep 20, 2005
1 parent c24ff96 commit 77f12a0
Show file tree
Hide file tree
Showing 40 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,6 +1,6 @@
Devel::Cover.pm history

Release 0.54 -
Release 0.54 - 13th September 2005
- Make html_basic prettier.
- Fix pod coverage percentages.
- Fix integer <-> pointer conversion warnings (Robin Barker).
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Devel-Cover
version: 0.53
version: 0.54
version_from:
installdirs: site
requires:
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -19,8 +19,8 @@ use File::Copy;

$| = 1;

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

my @perlbug = ("perlbug", "-a", $Author,
Expand Down
6 changes: 3 additions & 3 deletions README
Expand Up @@ -53,9 +53,9 @@ REQUIREMENTS
Perl 5.7.0 is unsupported. Perl 5.8.2 or greater is recommended.
Whilst Perl 5.6 should mostly work you will probably miss out on
coverage information which would be available using a more modern
version and will likely run into bugs in perl. Perl 5.8.0 and 5.8.1
will give slightly different results to more recent versions due to
changes in the op tree.
version and will likely run into bugs in perl. Perl 5.8.0 will give
slightly different results to more recent versions due to changes in
the op tree.

* The ability to compile XS extensions.
This means a working compiler and make program at least.
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.53";
our $VERSION = "0.54";

use Devel::Cover::DB 0.53;
use Devel::Cover::DB 0.54;

use Cwd "abs_path";
use Data::Dumper;
Expand Down Expand Up @@ -351,7 +351,7 @@ See the BUGS file.
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

use Devel::Cover::DB 0.53;
use Devel::Cover::DB 0.54;

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

our $VERSION = "0.53";
our $VERSION = "0.54";

use base "Template::Provider";

Expand Down Expand Up @@ -369,7 +369,7 @@ $Templates{html} = <<'EOT';
<!--
This file was generated by Devel::Cover Version 0.53
This file was generated by Devel::Cover Version 0.54
Devel::Cover is copyright 2001-2004, Paul Johnson (pjcj@cpan.org)
Expand Down Expand Up @@ -479,7 +479,7 @@ The following exit values are returned:
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

use blib;

use Config;
exit if $Config{useithreads};

use Devel::Cover::Test 0.53;
use Devel::Cover::Test 0.54;

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.53";
our $VERSION = "0.54";

use Devel::Cover::DB 0.53;
use Devel::Cover::DB 0.54;

use Getopt::Long;
use Pod::Usage;
Expand Down Expand Up @@ -136,7 +136,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

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

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

use B qw( class ppname main_cv main_start main_root walksymtable OPf_KIDS );
use B::Debug;
Expand Down Expand Up @@ -1350,7 +1350,7 @@ See the BUGS file. And the TODO file.
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

use Getopt::Long;

Expand Down Expand Up @@ -103,7 +103,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

use Getopt::Long;

Expand Down Expand Up @@ -130,7 +130,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

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

Expand Down Expand Up @@ -104,7 +104,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

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

Expand Down Expand Up @@ -84,7 +84,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

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

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

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

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

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

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

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

Expand Down Expand Up @@ -46,7 +46,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

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

Expand Down Expand Up @@ -45,7 +45,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";

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

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

sub coverage { $_[0][0] }
sub information { $_[0][1] }
Expand Down Expand Up @@ -72,7 +72,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=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.53";
our $VERSION = "0.54";

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

use Carp;
use File::Path;
Expand Down Expand Up @@ -860,7 +860,7 @@ Huh?
=head1 VERSION
Version 0.53 - 17th April 2005
Version 0.54 - 13th September 2005
=head1 LICENCE
Expand Down

0 comments on commit 77f12a0

Please sign in to comment.