Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-OpenID-Consumer-Lite CPAN distribution.

Report information
The Basics
Id: 86226
Status: resolved
Priority: 0/
Queue: Net-OpenID-Consumer-Lite

People
Owner: Nobody in particular
Requestors: MICHIELB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Unneeded dependency to Filter::Module::Call
Hi, Thanks for writing a "Lite" module for OpenID which does not depend on difficult to install modules. However I found your Build.PL specifies a dependency to Filter::Module::Call which is not needed or used if I'm correct. Obviously this makes the Lite module a little less Lite. Can you please remove it from the dependencies? -- Mike
Subject: deps.patch
commit 223c765f3147e0add8c97dbec5fe42bc9fa2c495 Author: Michiel Beijen <michiel.beijen@otrs.com> Date: Tue Jun 18 05:00:48 2013 -0400 Removed dependency on Filter::Util::Call. diff --git a/Build.PL b/Build.PL index dc546e1..930a2f0 100644 --- a/Build.PL +++ b/Build.PL @@ -12,7 +12,6 @@ my $build = Module::Build->new( 'perl' => '5.00800', 'URI' => '1.37', 'LWP::UserAgent' => '0', - 'Filter::Util::Call' => '0' }, no_index => { 'directory' => [ 'examples', 'inc', 't', 'xt' ] }, name => 'Net-OpenID-Consumer-Lite', diff --git a/META.json b/META.json index 0a1c6fe..0f8b6a2 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Tokuhiro Matsuno E<lt>tokuhirom@gmail.comE<gt>" ], "dynamic_config" : 0, - "generated_by" : "Module::Build version 0.4, CPAN::Meta::Converter version 2.120921", + "generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter version 2.130880", "license" : [ "perl_5" ], @@ -34,7 +34,6 @@ }, "runtime" : { "requires" : { - "Filter::Util::Call" : "0", "LWP::UserAgent" : "0", "URI" : "1.37", "perl" : "5.00800" diff --git a/META.yml b/META.yml index 172db70..bee857c 100644 --- a/META.yml +++ b/META.yml @@ -7,7 +7,7 @@ build_requires: configure_requires: Module::Build: 0.38 dynamic_config: 0 -generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.120921' +generated_by: 'Module::Build version 0.4005, CPAN::Meta::Converter version 2.130880' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -24,7 +24,6 @@ provides: file: lib/Net/OpenID/Consumer/Lite.pm version: 0.03 requires: - Filter::Util::Call: 0 LWP::UserAgent: 0 URI: 1.37 perl: 5.00800
Thanks! I fixed this issue, and shipped 0.04!