Skip to content

Commit

Permalink
Build results of 501ae48 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 14, 2015
1 parent b05a87d commit ff9f9a9
Show file tree
Hide file tree
Showing 21 changed files with 304 additions and 770 deletions.
13 changes: 13 additions & 0 deletions Changes
@@ -1,5 +1,18 @@
Revision history for ELF-Extract-Sections

1.001000 2015-08-14T06:32:18Z 4d78d05
[Dependencies::Stats]
- Dependencies changed since 1.000000, see misc/*.deps* for details
- runtime: +1
- test: +2

[Internals]
- Parameter handling delegated to MooseX::Params::Validate
- TODO: guard against spurious bless() causing problems, re rt#106192

[Tests]
- Probing for version data to make a better verison check

1.000000 2015-07-30T16:49:16Z 1c37bc4
[!Major]
- This release includes some respectably significant changes.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -40,6 +40,7 @@ t/00-compile/lib_ELF_Extract_Sections_Section_pm.t
t/00-compile/lib_ELF_Extract_Sections_pm.t
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/00-version-check.t
t/01-elf-libs.t
t/test_files/gen_expected.pl
t/test_files/libc.so.6
Expand Down
49 changes: 11 additions & 38 deletions META.json
Expand Up @@ -107,6 +107,7 @@
"Moose::Role" : "0",
"MooseX::Has::Sugar" : "0.0300",
"MooseX::Log::Log4perl" : "0.31",
"MooseX::Params::Validate" : "0",
"MooseX::Types" : "0.10",
"MooseX::Types::Moose" : "0.10",
"MooseX::Types::Path::Tiny" : "0",
Expand All @@ -124,8 +125,10 @@
"Test::More" : "0.99"
},
"requires" : {
"Capture::Tiny" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"File::Which" : "0",
"FindBin" : "0",
"Log::Log4perl" : "1.21",
"Path::Iterator::Rule" : "0",
Expand All @@ -140,23 +143,23 @@
"provides" : {
"ELF::Extract::Sections" : {
"file" : "lib/ELF/Extract/Sections.pm",
"version" : "1.000000"
"version" : "1.001000"
},
"ELF::Extract::Sections::Meta::Scanner" : {
"file" : "lib/ELF/Extract/Sections/Meta/Scanner.pm",
"version" : "1.000000"
"version" : "1.001000"
},
"ELF::Extract::Sections::Meta::Types" : {
"file" : "lib/ELF/Extract/Sections/Meta/Types.pm",
"version" : "1.000000"
"version" : "1.001000"
},
"ELF::Extract::Sections::Scanner::Objdump" : {
"file" : "lib/ELF/Extract/Sections/Scanner/Objdump.pm",
"version" : "1.000000"
"version" : "1.001000"
},
"ELF::Extract::Sections::Section" : {
"file" : "lib/ELF/Extract/Sections/Section.pm",
"version" : "1.000000"
"version" : "1.001000"
}
},
"release_status" : "stable",
Expand All @@ -171,7 +174,7 @@
"web" : "https://github.com/kentnl/ELF-Extract-Sections"
}
},
"version" : "1.000000",
"version" : "1.001000",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -476,11 +479,6 @@
"name" : "DESCRIPTION",
"version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "NAMING_SCHEME",
"version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "OVERVIEW",
Expand All @@ -496,31 +494,6 @@
"name" : "ATTRIBUTES",
"version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "FILTER_METHODS",
"version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "TERMINATOR_LIST_METHODS",
"version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "MIRROR_LIST_METHODS",
"version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "PRIVATE_ATTRIBUTES",
"version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "PRIVATE_METHODS",
"version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "Leftovers",
Expand Down Expand Up @@ -683,7 +656,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
"signed" : 0,
"tag" : "1.000000-source",
"tag" : "1.001000-source",
"tag_format" : "%v-source",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down Expand Up @@ -759,7 +732,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : "releases",
"signed" : 0,
"tag" : "1.000000",
"tag" : "1.001000",
"tag_format" : "%v",
"tag_message" : "v%v",
"time_zone" : "local"
Expand Down
15 changes: 9 additions & 6 deletions META.yml
Expand Up @@ -3,8 +3,10 @@ abstract: 'Extract Raw Chunks of data from identifiable ELF Sections'
author:
- 'Kent Fredric <kentnl@cpan.org>'
build_requires:
Capture::Tiny: '0'
ExtUtils::MakeMaker: '0'
File::Spec: '0'
File::Which: '0'
FindBin: '0'
Log::Log4perl: '1.21'
Path::Iterator::Rule: '0'
Expand All @@ -27,19 +29,19 @@ name: ELF-Extract-Sections
provides:
ELF::Extract::Sections:
file: lib/ELF/Extract/Sections.pm
version: '1.000000'
version: '1.001000'
ELF::Extract::Sections::Meta::Scanner:
file: lib/ELF/Extract/Sections/Meta/Scanner.pm
version: '1.000000'
version: '1.001000'
ELF::Extract::Sections::Meta::Types:
file: lib/ELF/Extract/Sections/Meta/Types.pm
version: '1.000000'
version: '1.001000'
ELF::Extract::Sections::Scanner::Objdump:
file: lib/ELF/Extract/Sections/Scanner/Objdump.pm
version: '1.000000'
version: '1.001000'
ELF::Extract::Sections::Section:
file: lib/ELF/Extract/Sections/Section.pm
version: '1.000000'
version: '1.001000'
recommends:
Moose: '2.000'
requires:
Expand All @@ -50,6 +52,7 @@ requires:
Moose::Role: '0'
MooseX::Has::Sugar: '0.0300'
MooseX::Log::Log4perl: '0.31'
MooseX::Params::Validate: '0'
MooseX::Types: '0.10'
MooseX::Types::Moose: '0.10'
MooseX::Types::Path::Tiny: '0'
Expand All @@ -61,4 +64,4 @@ resources:
bugtracker: https://github.com/kentnl/ELF-Extract-Sections/issues
homepage: https://github.com/kentnl/ELF-Extract-Sections
repository: https://github.com/kentnl/ELF-Extract-Sections.git
version: '1.000000'
version: '1.001000'
8 changes: 7 additions & 1 deletion Makefile.PL
Expand Up @@ -30,6 +30,7 @@ my %WriteMakefileArgs = (
"Moose::Role" => 0,
"MooseX::Has::Sugar" => "0.0300",
"MooseX::Log::Log4perl" => "0.31",
"MooseX::Params::Validate" => 0,
"MooseX::Types" => "0.10",
"MooseX::Types::Moose" => "0.10",
"MooseX::Types::Path::Tiny" => 0,
Expand All @@ -38,8 +39,10 @@ my %WriteMakefileArgs = (
"warnings" => 0
},
"TEST_REQUIRES" => {
"Capture::Tiny" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Which" => 0,
"FindBin" => 0,
"Log::Log4perl" => "1.21",
"Path::Iterator::Rule" => 0,
Expand All @@ -48,25 +51,28 @@ my %WriteMakefileArgs = (
"YAML::XS" => 0,
"lib" => 0
},
"VERSION" => "1.000000",
"VERSION" => "1.001000",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
);


my %FallbackPrereqs = (
"Capture::Tiny" => 0,
"Carp" => 0,
"Devel::CheckBin" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"File::Which" => 0,
"FindBin" => 0,
"Log::Log4perl" => "1.21",
"Module::Runtime" => 0,
"Moose" => "0.76",
"Moose::Role" => 0,
"MooseX::Has::Sugar" => "0.0300",
"MooseX::Log::Log4perl" => "0.31",
"MooseX::Params::Validate" => 0,
"MooseX::Types" => "0.10",
"MooseX::Types::Moose" => "0.10",
"MooseX::Types::Path::Tiny" => 0,
Expand Down

0 comments on commit ff9f9a9

Please sign in to comment.