Discussion:
[perl.git] branch blead, updated. v5.17.6-143-g424fc9e
(too old to reply)
Father Chrysostomos
2012-12-04 01:27:41 UTC
Permalink
In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/424fc9e3ff7e2b61439423cfd429177ceceb5b3b?hp=4a7557453e4808e01b8e275ab6ccc62046f69da4>

- Log -----------------------------------------------------------------
commit 424fc9e3ff7e2b61439423cfd429177ceceb5b3b
Author: Father Chrysostomos <***@cpan.org>
Date: Mon Dec 3 17:27:22 2012 -0800

Lower version.pm version

Commit 4a7557453 increased the version when modifying a test, but
without updating other tests that check the version number.

Since modifying a test does not affect what gets installed, it was
not actually necessary to change the version number.
-----------------------------------------------------------------------

Summary of changes:
lib/version.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/version.pm b/lib/version.pm
index 27774bd..286dc79 100644
--- a/lib/version.pm
+++ b/lib/version.pm
@@ -6,7 +6,7 @@ use strict;

use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv);

-$VERSION = 0.9902;
+$VERSION = 0.9901;

$CLASS = 'version';


--
Perl5 Master Repository
demerphq
2012-12-04 07:28:13 UTC
Permalink
I apologise for any trouble this called. I think I got confused with
multiple tabs of make test output on them and thought I had passed a
full test. Sorry about that.
Post by Father Chrysostomos
In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/424fc9e3ff7e2b61439423cfd429177ceceb5b3b?hp=4a7557453e4808e01b8e275ab6ccc62046f69da4>
- Log -----------------------------------------------------------------
commit 424fc9e3ff7e2b61439423cfd429177ceceb5b3b
Date: Mon Dec 3 17:27:22 2012 -0800
Lower version.pm version
Commit 4a7557453 increased the version when modifying a test, but
without updating other tests that check the version number.
Since modifying a test does not affect what gets installed, it was
not actually necessary to change the version number.
-----------------------------------------------------------------------
lib/version.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/version.pm b/lib/version.pm
index 27774bd..286dc79 100644
--- a/lib/version.pm
+++ b/lib/version.pm
@@ -6,7 +6,7 @@ use strict;
-$VERSION = 0.9902;
+$VERSION = 0.9901;
$CLASS = 'version';
--
Perl5 Master Repository
--
perl -Mre=debug -e "/just|another|perl|hacker/"
Loading...