r48245 - in /branches/upstream/libelf-extract-sections-perl/current: ./ lib/ELF/Extract/ lib/ELF/Extract/Sections/ lib/ELF/Extract/Sections/Meta/ lib/ELF/Extract/Sections/Scanner/
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sat Dec 5 16:13:22 UTC 2009
Author: jawnsy-guest
Date: Sat Dec 5 16:13:12 2009
New Revision: 48245
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48245
Log:
[svn-upgrade] Integrating new upstream version, libelf-extract-sections-perl (0.02021113)
Modified:
branches/upstream/libelf-extract-sections-perl/current/Build.PL
branches/upstream/libelf-extract-sections-perl/current/Changes
branches/upstream/libelf-extract-sections-perl/current/META.json
branches/upstream/libelf-extract-sections-perl/current/META.yml
branches/upstream/libelf-extract-sections-perl/current/README
branches/upstream/libelf-extract-sections-perl/current/dist.ini
branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections.pm
branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Meta/Scanner.pm
branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Meta/Types.pm
branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Scanner/Objdump.pm
branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Section.pm
Modified: branches/upstream/libelf-extract-sections-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/Build.PL?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/Build.PL (original)
+++ branches/upstream/libelf-extract-sections-perl/current/Build.PL Sat Dec 5 16:13:12 2009
@@ -24,9 +24,10 @@
"Moose::Role" => '0',
"File::Find::Rule" => '0',
"overload" => '0',
+ "perl" => '5.010000',
"Test::More" => '0',
"MooseX::Types::Path::Class" => '0.05',
- "MooseX::Types" => '0',
+ "MooseX::Types" => '0.10',
"Path::Class" => '0',
"Log::Log4perl" => '1.21',
},
Modified: branches/upstream/libelf-extract-sections-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/Changes?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/Changes (original)
+++ branches/upstream/libelf-extract-sections-perl/current/Changes Sat Dec 5 16:13:12 2009
@@ -1,4 +1,8 @@
Revision history for ELF-Extract-Sections
+
+0.02021113 2009-11-28 23:43:20 Pacific/Auckland
+ Hard Dep on Perl5.10 due to Advanced regex usage (
+ Thanks CPAN Testers )
0.02020505 2009-11-22 02:28:46 UTC
Added license data for binary .so's used for testing.
Modified: branches/upstream/libelf-extract-sections-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/META.json?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/META.json (original)
+++ branches/upstream/libelf-extract-sections-perl/current/META.json Sat Dec 5 16:13:12 2009
@@ -2,36 +2,39 @@
"resources" : {
"repository" : "http://github.com/kentfredric/ELF-Extract-Sections"
},
+ "generated_by" : "Dist::Zilla version 1.093280",
"meta-spec" : {
"version" : 1.4,
"url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
},
- "generated_by" : "Dist::Zilla version 1.093140",
- "version" : "0.02020505",
+ "version" : "0.02021113",
"name" : "ELF-Extract-Sections",
"author" : [
"Kent Fredric <kentnl at cpan.org>"
],
"license" : "perl",
+ "build_requires" : {
+ "Module::Build" : "0.35"
+ },
"provides" : {
"ELF::Extract::Sections::Section" : {
- "version" : "0.02020505",
+ "version" : "0.02021113",
"file" : "lib/ELF/Extract/Sections/Section.pm"
},
"ELF::Extract::Sections::Scanner::Objdump" : {
- "version" : "0.02020505",
+ "version" : "0.02021113",
"file" : "lib/ELF/Extract/Sections/Scanner/Objdump.pm"
},
"ELF::Extract::Sections" : {
- "version" : "0.02020505",
+ "version" : "0.02021113",
"file" : "lib/ELF/Extract/Sections.pm"
},
"ELF::Extract::Sections::Meta::Scanner" : {
- "version" : "0.02020505",
+ "version" : "0.02021113",
"file" : "lib/ELF/Extract/Sections/Meta/Scanner.pm"
},
"ELF::Extract::Sections::Meta::Types" : {
- "version" : "0.02020505",
+ "version" : "0.02021113",
"file" : "lib/ELF/Extract/Sections/Meta/Types.pm"
}
},
@@ -47,12 +50,16 @@
"Moose::Role" : "0",
"File::Find::Rule" : "0",
"overload" : "0",
+ "perl" : "5.010000",
"Test::More" : "0",
"MooseX::Types::Path::Class" : "0.05",
- "MooseX::Types" : "0",
+ "MooseX::Types" : "0.10",
"Path::Class" : "0",
"Log::Log4perl" : "1.21"
},
- "abstract" : "Extract Raw Chunks of data from identifiable ELF Sections"
+ "abstract" : "Extract Raw Chunks of data from identifiable ELF Sections",
+ "configure_requires" : {
+ "Module::Build" : "0.35"
+ }
}
Modified: branches/upstream/libelf-extract-sections-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/META.yml?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/META.yml (original)
+++ branches/upstream/libelf-extract-sections-perl/current/META.yml Sat Dec 5 16:13:12 2009
@@ -2,7 +2,11 @@
abstract: 'Extract Raw Chunks of data from identifiable ELF Sections'
author:
- 'Kent Fredric <kentnl at cpan.org>'
-generated_by: 'Dist::Zilla version 1.093140'
+build_requires:
+ Module::Build: 0.35
+configure_requires:
+ Module::Build: 0.35
+generated_by: 'Dist::Zilla version 1.093280'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -11,19 +15,19 @@
provides:
ELF::Extract::Sections:
file: lib/ELF/Extract/Sections.pm
- version: 0.02020505
+ version: 0.02021113
ELF::Extract::Sections::Meta::Scanner:
file: lib/ELF/Extract/Sections/Meta/Scanner.pm
- version: 0.02020505
+ version: 0.02021113
ELF::Extract::Sections::Meta::Types:
file: lib/ELF/Extract/Sections/Meta/Types.pm
- version: 0.02020505
+ version: 0.02021113
ELF::Extract::Sections::Scanner::Objdump:
file: lib/ELF/Extract/Sections/Scanner/Objdump.pm
- version: 0.02020505
+ version: 0.02021113
ELF::Extract::Sections::Section:
file: lib/ELF/Extract/Sections/Section.pm
- version: 0.02020505
+ version: 0.02021113
requires:
File::Find::Rule: 0
FindBin: 0
@@ -33,7 +37,7 @@
MooseX::Declare: 0.20
MooseX::Has::Sugar: 0.0300
MooseX::Log::Log4perl: 0.31
- MooseX::Types: 0
+ MooseX::Types: 0.10
MooseX::Types::Moose: 0.10
MooseX::Types::Path::Class: 0.05
Path::Class: 0
@@ -41,6 +45,7 @@
YAML::XS: 0
lib: 0
overload: 0
+ perl: 5.010000
resources:
repository: http://github.com/kentfredric/ELF-Extract-Sections
-version: 0.02020505
+version: 0.02021113
Modified: branches/upstream/libelf-extract-sections-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/README?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/README (original)
+++ branches/upstream/libelf-extract-sections-perl/current/README Sat Dec 5 16:13:12 2009
@@ -3,7 +3,7 @@
ELF Sections
VERSION
- version 0.02020505
+ version 0.02021113
SYNOPSIS
use ELF::Extract::Sections;
Modified: branches/upstream/libelf-extract-sections-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/dist.ini?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/dist.ini (original)
+++ branches/upstream/libelf-extract-sections-perl/current/dist.ini Sat Dec 5 16:13:12 2009
@@ -43,18 +43,31 @@
[PodTests]
[ExtraTests]
+[Git::Check]
+filename = Changes
+
[NextRelease]
+[Git::Tag]
+filename = Changes
+tag_format = %v-source
+
+[Git::Commit]
+filename = Changes
+
+
+;[FakeRelease]
[UploadToCPAN]
[Prereq]
+perl = 5.010000
Log::Log4perl = 1.21
Moose = 0.76
Moose::Role = 0
MooseX::Declare = 0.20
MooseX::Has::Sugar = 0.0300
MooseX::Log::Log4perl = 0.31
-MooseX::Types = 0
+MooseX::Types = 0.10
MooseX::Types::Moose = 0.10
MooseX::Types::Path::Class = 0.05
overload = 0
Modified: branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections.pm?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections.pm (original)
+++ branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections.pm Sat Dec 5 16:13:12 2009
@@ -2,7 +2,7 @@
use warnings;
package ELF::Extract::Sections;
-our $VERSION = '0.02020505';
+our $VERSION = '0.02021113';
@@ -163,7 +163,7 @@
=head1 VERSION
-version 0.02020505
+version 0.02021113
=head1 SYNOPSIS
Modified: branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Meta/Scanner.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Meta/Scanner.pm?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Meta/Scanner.pm (original)
+++ branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Meta/Scanner.pm Sat Dec 5 16:13:12 2009
@@ -2,7 +2,7 @@
use warnings;
package ELF::Extract::Sections::Meta::Scanner;
-our $VERSION = '0.02020505';
+our $VERSION = '0.02021113';
@@ -30,7 +30,7 @@
=head1 VERSION
-version 0.02020505
+version 0.02021113
=head1 Required Methods for Applying Roles
Modified: branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Meta/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Meta/Types.pm?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Meta/Types.pm (original)
+++ branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Meta/Types.pm Sat Dec 5 16:13:12 2009
@@ -2,7 +2,7 @@
use warnings;
package ELF::Extract::Sections::Meta::Types;
-our $VERSION = '0.02020505';
+our $VERSION = '0.02021113';
@@ -28,7 +28,7 @@
=head1 VERSION
-version 0.02020505
+version 0.02021113
=head1 Types
Modified: branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Scanner/Objdump.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Scanner/Objdump.pm?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Scanner/Objdump.pm (original)
+++ branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Scanner/Objdump.pm Sat Dec 5 16:13:12 2009
@@ -2,7 +2,7 @@
use warnings;
package ELF::Extract::Sections::Scanner::Objdump;
-our $VERSION = '0.02020505';
+our $VERSION = '0.02021113';
@@ -137,7 +137,7 @@
=head1 VERSION
-version 0.02020505
+version 0.02021113
=head1 SYNOPSIS
Modified: branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Section.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Section.pm?rev=48245&op=diff
==============================================================================
--- branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Section.pm (original)
+++ branches/upstream/libelf-extract-sections-perl/current/lib/ELF/Extract/Sections/Section.pm Sat Dec 5 16:13:12 2009
@@ -2,7 +2,7 @@
use warnings;
package ELF::Extract::Sections::Section;
-our $VERSION = '0.02020505';
+our $VERSION = '0.02021113';
@@ -96,7 +96,7 @@
=head1 VERSION
-version 0.02020505
+version 0.02021113
=head1 SYNOPSIS
More information about the Pkg-perl-cvs-commits
mailing list