Skip to content

Commit e5085bc

Browse files
committed
Version 2.13.2
1 parent 5619e7c commit e5085bc

File tree

7 files changed

+381
-260
lines changed

7 files changed

+381
-260
lines changed

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ my $builder = MyBuild->new(
1212
module_name => 'perl5i',
1313
license => 'perl',
1414
dist_author => 'Michael G Schwern <schwern@pobox.com>',
15-
dist_version => "v2.13.1",
15+
dist_version => "v2.13.2",
1616

1717
requires => {
1818
'perl' => '5.10.0',

Changes

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2.13.2 Mon Jun 6 16:59:45 PDT 2016
2+
Bug Fixes
3+
* Prevent `perl5i -e` from segfaulting (Michael G Schwern) [github #269]
4+
* Fix stat() and lstat() for Perl 5.24 (Slaven Rezic) [github #291]
5+
6+
Doc Changes
7+
* Spelling fixes from Debian (gregor herrmann) [github #294]
8+
* "siganture" typo fixes (mohawk2) [github #295]
9+
10+
Build Changes
11+
* extra_compiler_flags are passed through when building the perl5i
12+
executable (Michael G Schwern)
13+
14+
Other
15+
* Kwalitee fixups (Nikolay Mishin) [github #289]
16+
* Now testing against Perl 5.22 (viviparous) [github #292]
17+
* Now using JSON::MaybeXS instead of JSON (Lee Johnson) [github #288]
18+
19+
120
2.13.1 Thu Jan 1 20:14:59 PST 2015
221
Distribution Changes
322
* Upgrade utf8::all requirement to get consistent @ARGV behavior.

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This software is copyright (c) 2015 by Michael G Schwern <schwern@pobox.com>.
1+
This software is copyright (c) 2016 by Michael G Schwern <schwern@pobox.com>.
22

33
This is free software; you can redistribute it and/or modify it under
44
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
1212

1313
--- The GNU General Public License, Version 1, February 1989 ---
1414

15-
This software is Copyright (c) 2015 by Michael G Schwern <schwern@pobox.com>.
15+
This software is Copyright (c) 2016 by Michael G Schwern <schwern@pobox.com>.
1616

1717
This is free software, licensed under:
1818

@@ -272,7 +272,7 @@ That's all there is to it!
272272

273273
--- The Artistic License 1.0 ---
274274

275-
This software is Copyright (c) 2015 by Michael G Schwern <schwern@pobox.com>.
275+
This software is Copyright (c) 2016 by Michael G Schwern <schwern@pobox.com>.
276276

277277
This is free software, licensed under:
278278

META.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Michael G Schwern <schwern@pobox.com>"
55
],
66
"dynamic_config" : 1,
7-
"generated_by" : "Module::Build version 0.421",
7+
"generated_by" : "Module::Build version 0.4218",
88
"license" : [
99
"perl_5"
1010
],
@@ -32,6 +32,7 @@
3232
"ExtUtils::CBuilder" : "0.26",
3333
"IPC::Open3" : "0",
3434
"Test::More" : "0.88",
35+
"Test::Most" : "0",
3536
"Test::Output" : "0.16",
3637
"Test::Warn" : "0.11"
3738
}
@@ -69,6 +70,7 @@
6970
"Object::ID" : "v0.1.0",
7071
"Path::Tiny" : "0.036",
7172
"Perl6::Caller" : "0.100",
73+
"Sub::Name" : "0",
7274
"Taint::Util" : "0.06",
7375
"Text::Wrap" : "2009.0305",
7476
"Try::Tiny" : "0.02",
@@ -92,11 +94,11 @@
9294
"provides" : {
9395
"perl5i" : {
9496
"file" : "lib/perl5i.pm",
95-
"version" : "v2.13.1"
97+
"version" : "v2.13.2"
9698
},
9799
"perl5i::0" : {
98100
"file" : "lib/perl5i/0.pm",
99-
"version" : "v2.13.1"
101+
"version" : "v2.13.2"
100102
},
101103
"perl5i::0::ARRAY" : {
102104
"file" : "lib/perl5i/0/ARRAY.pm"
@@ -133,7 +135,7 @@
133135
},
134136
"perl5i::1" : {
135137
"file" : "lib/perl5i/1.pm",
136-
"version" : "v2.13.1"
138+
"version" : "v2.13.2"
137139
},
138140
"perl5i::1::ARRAY" : {
139141
"file" : "lib/perl5i/1/ARRAY.pm"
@@ -176,7 +178,7 @@
176178
},
177179
"perl5i::2" : {
178180
"file" : "lib/perl5i/2.pm",
179-
"version" : "v2.13.1"
181+
"version" : "v2.13.2"
180182
},
181183
"perl5i::2::ARRAY" : {
182184
"file" : "lib/perl5i/2/ARRAY.pm"
@@ -243,14 +245,14 @@
243245
},
244246
"perl5i::VERSION" : {
245247
"file" : "lib/perl5i/VERSION.pm",
246-
"version" : "v2.13.1"
248+
"version" : "v2.13.2"
247249
},
248250
"perl5i::cmd" : {
249251
"file" : "lib/perl5i/cmd.pm"
250252
},
251253
"perl5i::latest" : {
252254
"file" : "lib/perl5i/latest.pm",
253-
"version" : "v2.13.1"
255+
"version" : "v2.13.2"
254256
}
255257
},
256258
"release_status" : "stable",
@@ -266,5 +268,6 @@
266268
},
267269
"x_IRC" : "irc://irc.perl.org/#perl5i"
268270
},
269-
"version" : "v2.13.1"
271+
"version" : "v2.13.2",
272+
"x_serialization_backend" : "JSON::PP version 2.27203"
270273
}

META.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ build_requires:
66
ExtUtils::CBuilder: '0.26'
77
IPC::Open3: '0'
88
Test::More: '0.88'
9+
Test::Most: '0'
910
Test::Output: '0.16'
1011
Test::Warn: '0.11'
1112
configure_requires:
1213
Module::Build: '0.36'
1314
dynamic_config: 1
14-
generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.142060'
15+
generated_by: 'Module::Build version 0.4218, CPAN::Meta::Converter version 2.150005'
1516
license: perl
1617
meta-spec:
1718
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,10 +32,10 @@ no_index:
3132
provides:
3233
perl5i:
3334
file: lib/perl5i.pm
34-
version: v2.13.1
35+
version: v2.13.2
3536
perl5i::0:
3637
file: lib/perl5i/0.pm
37-
version: v2.13.1
38+
version: v2.13.2
3839
perl5i::0::ARRAY:
3940
file: lib/perl5i/0/ARRAY.pm
4041
perl5i::0::DEFAULT:
@@ -59,7 +60,7 @@ provides:
5960
file: lib/perl5i/0/SCALAR.pm
6061
perl5i::1:
6162
file: lib/perl5i/1.pm
62-
version: v2.13.1
63+
version: v2.13.2
6364
perl5i::1::ARRAY:
6465
file: lib/perl5i/1/ARRAY.pm
6566
perl5i::1::CODE:
@@ -88,7 +89,7 @@ provides:
8889
file: lib/perl5i/1/autobox.pm
8990
perl5i::2:
9091
file: lib/perl5i/2.pm
91-
version: v2.13.1
92+
version: v2.13.2
9293
perl5i::2::ARRAY:
9394
file: lib/perl5i/2/ARRAY.pm
9495
perl5i::2::CODE:
@@ -133,12 +134,12 @@ provides:
133134
file: lib/perl5i/2/equal.pm
134135
perl5i::VERSION:
135136
file: lib/perl5i/VERSION.pm
136-
version: v2.13.1
137+
version: v2.13.2
137138
perl5i::cmd:
138139
file: lib/perl5i/cmd.pm
139140
perl5i::latest:
140141
file: lib/perl5i/latest.pm
141-
version: v2.13.1
142+
version: v2.13.2
142143
recommends:
143144
autodie: '2.26'
144145
requires:
@@ -158,13 +159,14 @@ requires:
158159
Hash::StoredIterator: '0.007'
159160
IPC::System::Simple: '1.18'
160161
Import::Into: '1.002003'
161-
JSON::Maybe::XS: '1.003005'
162+
JSON::MaybeXS: '1.003005'
162163
List::MoreUtils: '0.22'
163164
Modern::Perl: '1.03'
164165
Module::Load: '0.16'
165166
Object::ID: v0.1.0
166167
Path::Tiny: '0.036'
167168
Perl6::Caller: '0.100'
169+
Sub::Name: '0'
168170
Taint::Util: '0.06'
169171
Text::Wrap: '2009.0305'
170172
Try::Tiny: '0.02'
@@ -187,4 +189,5 @@ resources:
187189
bugtracker: http://github.com/evalEmpire/perl5i/issues
188190
license: http://dev.perl.org/licenses/
189191
repository: http://github.com/evalEmpire/perl5i/tree/master
190-
version: v2.13.1
192+
version: v2.13.2
193+
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

0 commit comments

Comments
 (0)