-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
379 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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: | ||
|
||
|
@@ -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: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
], | ||
|
@@ -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" | ||
} | ||
|
@@ -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", | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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", | ||
|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.