develooper Front page | perl.perl5.changes | Postings from May 2012

[perl.git] branch smoke-me/stuff, updated. v5.16.0-132-g540554d

From:
Father Chrysostomos
Date:
May 22, 2012 23:55
Subject:
[perl.git] branch smoke-me/stuff, updated. v5.16.0-132-g540554d
Message ID:
E1SX5TZ-0006va-JH@camel.ams6.corp.booking.com
In perl.git, the branch smoke-me/stuff has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/540554d94ab5831d141f7694e58efcf56cbbe473?hp=12ad17d08c39da074a719b10f502de75eccbaa79>

- Log -----------------------------------------------------------------
commit 540554d94ab5831d141f7694e58efcf56cbbe473
Author: Father Chrysostomos <sprout@cpan.org>
Date:   Tue May 22 23:54:39 2012 -0700

    Increase $ExtUtils::ParseXS::Utilities::VERSION to 3.17
-----------------------------------------------------------------------

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

diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
index c4172d0..0ae1eae 100644
--- a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
+++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
@@ -6,7 +6,7 @@ use File::Spec;
 use lib qw( lib );
 use ExtUtils::ParseXS::Constants ();
 
-our $VERSION = '3.16';
+our $VERSION = '3.17';
 
 our (@ISA, @EXPORT_OK);
 @ISA = qw(Exporter);

--
Perl5 Master Repository



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About