This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb19749
)
ExtUtils::ParseXS: Changelog and version bump to 3.14
author
Steffen Mueller
<smueller@cpan.org>
Wed, 1 Feb 2012 17:27:30 +0000
(18:27 +0100)
committer
Steffen Mueller
<smueller@cpan.org>
Wed, 1 Feb 2012 17:27:30 +0000
(18:27 +0100)
dist/ExtUtils-ParseXS/Changes
patch
|
blob
|
blame
|
history
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
patch
|
blob
|
blame
|
history
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
patch
|
blob
|
blame
|
history
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
patch
|
blob
|
blame
|
history
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
patch
|
blob
|
blame
|
history
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/ExtUtils-ParseXS/Changes
b/dist/ExtUtils-ParseXS/Changes
index
50d12d4
..
9f89e82
100644
(file)
--- a/
dist/ExtUtils-ParseXS/Changes
+++ b/
dist/ExtUtils-ParseXS/Changes
@@
-1,5
+1,9
@@
Revision history for Perl extension ExtUtils::ParseXS.
+3.14 - Wed Feb 2 18:22:00 CET 2012
+ - Promote to stable release.
+ - Proper repository and bugtracker info in META.json.
+
3.13_01 - Sat Jan 29 12:45:00 CET 2012
- ExtUtils::Typemaps:
=> Embedded typemap dumping: A method which will produce the
diff --git
a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
index
c0affd3
..
afb6acc
100644
(file)
--- a/
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
+++ b/
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
@@
-11,7
+11,7
@@
use Symbol;
our $VERSION;
BEGIN {
- $VERSION = '3.1
3_01
';
+ $VERSION = '3.1
4
';
}
use ExtUtils::ParseXS::Constants $VERSION;
use ExtUtils::ParseXS::CountLines $VERSION;
diff --git
a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
index
e61fd33
..
8bb9042
100644
(file)
--- a/
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
+++ b/
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
@@
-3,7
+3,7
@@
use strict;
use warnings;
use Symbol;
-our $VERSION = '3.1
3_01
';
+our $VERSION = '3.1
4
';
=head1 NAME
diff --git
a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
index
f78a464
..
67e5944
100644
(file)
--- a/
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
+++ b/
dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
@@
-1,7
+1,7
@@
package ExtUtils::ParseXS::CountLines;
use strict;
-our $VERSION = '3.1
3_01
';
+our $VERSION = '3.1
4
';
our $SECTION_END_MARKER;
diff --git
a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
index
0406789
..
fca8b69
100644
(file)
--- 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.1
3_01
';
+our $VERSION = '3.1
4
';
our (@ISA, @EXPORT_OK);
@ISA = qw(Exporter);
diff --git
a/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
b/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
index
05dc2a9
..
0a2e5b1
100644
(file)
--- a/
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
+++ b/
dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
@@
-2,7
+2,7
@@
package ExtUtils::Typemaps;
use 5.006001;
use strict;
use warnings;
-our $VERSION = '
1.04_01
';
+our $VERSION = '
3.14
';
#use Carp qw(croak);
require ExtUtils::ParseXS;