Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed May 21, 2012
1 parent aa6aab9 commit 9caf93c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.PL
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright 2001-2011, Paul Johnson (pjcj@cpan.org)
# Copyright 2001-2012, Paul Johnson (pjcj@cpan.org)

# This software is free. It is licensed under the same terms as Perl itself.

Expand All @@ -18,7 +18,7 @@ use File::Copy;

$| = 1;

my $Version = "0.86";
my $Version = "0.87";
my $Author = 'pjcj@cpan.org';
my @perlbug = ("perlbug", "-a", $Author,
"-s", "Installation of Devel::Cover $Version");
Expand All @@ -31,7 +31,7 @@ my @inc = sort keys %inc;
open I, ">lib/Devel/Cover/Inc.pm"
or die "Cannot open lib/Devel/Cover/Inc.pm: $!";
print I <<"EOI";
# Copyright 2001-2011, Paul Johnson (pjcj\@cpan.org)
# Copyright 2001-2012, Paul Johnson (pjcj\@cpan.org)
# This software is free. It is licensed under the same terms as Perl itself.
Expand Down

0 comments on commit 9caf93c

Please sign in to comment.