Skip to content

Commit

Permalink
Version 2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Jun 7, 2016
1 parent 4f4441e commit 5a81355
Show file tree
Hide file tree
Showing 7 changed files with 379 additions and 260 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ my $builder = MyBuild->new(
module_name => 'perl5i',
license => 'perl',
dist_author => 'Michael G Schwern <[email protected]>',
dist_version => "v2.13.1",
dist_version => "v2.13.2",

requires => {
'perl' => '5.10.0',
Expand Down
17 changes: 17 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2.13.2 Mon Jun 6 16:59:45 PDT 2016
Bug Fixes
* Prevent `perl5i -e` from segfaulting (Michael G Schwern) [github #269]
* Fix stat() and lstat() for Perl 5.24 (Slaven Rezic) [github #291]

Doc Changes
* Spelling fixes from Debian (gregor herrmann) [github #294]

Build Changes
* extra_compiler_flags are passed through when building the perl5i
executable (Michael G Schwern)

Other
* Kwalitee fixups (Nikolay Mishin) [github #289]
* Now testing against Perl 5.22 (viviparous) [github #292]
* Now using JSON::MaybeXS instead of JSON (Lee Johnson) [github #288]

2.13.1 Thu Jan 1 20:14:59 PST 2015
Distribution Changes
* Upgrade utf8::all requirement to get consistent @ARGV behavior.
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2015 by Michael G Schwern <[email protected]>.
This software is copyright (c) 2016 by Michael G Schwern <[email protected]>.

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

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

This software is Copyright (c) 2015 by Michael G Schwern <[email protected]>.
This software is Copyright (c) 2016 by Michael G Schwern <[email protected]>.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2015 by Michael G Schwern <[email protected]>.
This software is Copyright (c) 2016 by Michael G Schwern <[email protected]>.

This is free software, licensed under:

Expand Down
19 changes: 11 additions & 8 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Michael G Schwern <[email protected]>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.421",
"generated_by" : "Module::Build version 0.4218",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -32,6 +32,7 @@
"ExtUtils::CBuilder" : "0.26",
"IPC::Open3" : "0",
"Test::More" : "0.88",
"Test::Most" : "0",
"Test::Output" : "0.16",
"Test::Warn" : "0.11"
}
Expand Down Expand Up @@ -69,6 +70,7 @@
"Object::ID" : "v0.1.0",
"Path::Tiny" : "0.036",
"Perl6::Caller" : "0.100",
"Sub::Name" : "0",
"Taint::Util" : "0.06",
"Text::Wrap" : "2009.0305",
"Try::Tiny" : "0.02",
Expand All @@ -92,11 +94,11 @@
"provides" : {
"perl5i" : {
"file" : "lib/perl5i.pm",
"version" : "v2.13.1"
"version" : "v2.13.2"
},
"perl5i::0" : {
"file" : "lib/perl5i/0.pm",
"version" : "v2.13.1"
"version" : "v2.13.2"
},
"perl5i::0::ARRAY" : {
"file" : "lib/perl5i/0/ARRAY.pm"
Expand Down Expand Up @@ -133,7 +135,7 @@
},
"perl5i::1" : {
"file" : "lib/perl5i/1.pm",
"version" : "v2.13.1"
"version" : "v2.13.2"
},
"perl5i::1::ARRAY" : {
"file" : "lib/perl5i/1/ARRAY.pm"
Expand Down Expand Up @@ -176,7 +178,7 @@
},
"perl5i::2" : {
"file" : "lib/perl5i/2.pm",
"version" : "v2.13.1"
"version" : "v2.13.2"
},
"perl5i::2::ARRAY" : {
"file" : "lib/perl5i/2/ARRAY.pm"
Expand Down Expand Up @@ -243,14 +245,14 @@
},
"perl5i::VERSION" : {
"file" : "lib/perl5i/VERSION.pm",
"version" : "v2.13.1"
"version" : "v2.13.2"
},
"perl5i::cmd" : {
"file" : "lib/perl5i/cmd.pm"
},
"perl5i::latest" : {
"file" : "lib/perl5i/latest.pm",
"version" : "v2.13.1"
"version" : "v2.13.2"
}
},
"release_status" : "stable",
Expand All @@ -266,5 +268,6 @@
},
"x_IRC" : "irc://irc.perl.org/#perl5i"
},
"version" : "v2.13.1"
"version" : "v2.13.2",
"x_serialization_backend" : "JSON::PP version 2.27203"
}
21 changes: 12 additions & 9 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ build_requires:
ExtUtils::CBuilder: '0.26'
IPC::Open3: '0'
Test::More: '0.88'
Test::Most: '0'
Test::Output: '0.16'
Test::Warn: '0.11'
configure_requires:
Module::Build: '0.36'
dynamic_config: 1
generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.142060'
generated_by: 'Module::Build version 0.4218, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -31,10 +32,10 @@ no_index:
provides:
perl5i:
file: lib/perl5i.pm
version: v2.13.1
version: v2.13.2
perl5i::0:
file: lib/perl5i/0.pm
version: v2.13.1
version: v2.13.2
perl5i::0::ARRAY:
file: lib/perl5i/0/ARRAY.pm
perl5i::0::DEFAULT:
Expand All @@ -59,7 +60,7 @@ provides:
file: lib/perl5i/0/SCALAR.pm
perl5i::1:
file: lib/perl5i/1.pm
version: v2.13.1
version: v2.13.2
perl5i::1::ARRAY:
file: lib/perl5i/1/ARRAY.pm
perl5i::1::CODE:
Expand Down Expand Up @@ -88,7 +89,7 @@ provides:
file: lib/perl5i/1/autobox.pm
perl5i::2:
file: lib/perl5i/2.pm
version: v2.13.1
version: v2.13.2
perl5i::2::ARRAY:
file: lib/perl5i/2/ARRAY.pm
perl5i::2::CODE:
Expand Down Expand Up @@ -133,12 +134,12 @@ provides:
file: lib/perl5i/2/equal.pm
perl5i::VERSION:
file: lib/perl5i/VERSION.pm
version: v2.13.1
version: v2.13.2
perl5i::cmd:
file: lib/perl5i/cmd.pm
perl5i::latest:
file: lib/perl5i/latest.pm
version: v2.13.1
version: v2.13.2
recommends:
autodie: '2.26'
requires:
Expand All @@ -158,13 +159,14 @@ requires:
Hash::StoredIterator: '0.007'
IPC::System::Simple: '1.18'
Import::Into: '1.002003'
JSON::Maybe::XS: '1.003005'
JSON::MaybeXS: '1.003005'
List::MoreUtils: '0.22'
Modern::Perl: '1.03'
Module::Load: '0.16'
Object::ID: v0.1.0
Path::Tiny: '0.036'
Perl6::Caller: '0.100'
Sub::Name: '0'
Taint::Util: '0.06'
Text::Wrap: '2009.0305'
Try::Tiny: '0.02'
Expand All @@ -187,4 +189,5 @@ resources:
bugtracker: http://github.com/evalEmpire/perl5i/issues
license: http://dev.perl.org/licenses/
repository: http://github.com/evalEmpire/perl5i/tree/master
version: v2.13.1
version: v2.13.2
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
Loading

0 comments on commit 5a81355

Please sign in to comment.