[Bug 952281] perl-App-cpanminus: does not build from source code

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 15 15:07:29 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=952281

Florian Weimer <fweimer at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(fweimer at redhat.co |
                   |m)                          |

--- Comment #2 from Florian Weimer <fweimer at redhat.com> ---
bin/cpanm contains stuff like this:

use 5.006;use strict;use warnings;package
CPAN::Meta::Converter;our$VERSION='2.130880';use CPAN::Meta::Validator;use
CPAN::Meta::Requirements;use version 0.88 ();use Parse::CPAN::Meta 1.4400
();sub _dclone {my$ref=shift;no warnings 'once';local*UNIVERSAL::TO_JSON=sub
{return
"$_[0]"};my$backend=Parse::CPAN::Meta->json_backend();return$backend->new->utf8->decode($backend->new->utf8->allow_blessed->convert_blessed->encode($ref))}my%known_specs=('2'=>'http://search.cpan.org/perldoc?CPAN::Meta::Spec','1.4'=>'http://module-build.sourceforge.net/META-spec-v1.4.html','1.3'=>'http://module-build.sourceforge.net/META-spec-v1.3.html[…]

I don't consider this source code.  The bundling of human-readable sources (as
in previous versions) is problematic as well:
<https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=SMlhMREFaW&a=cc_unsubscribe


More information about the perl-devel mailing list