[Bug 1052859] New: Annoying dependency on Test::More

bugzilla at redhat.com bugzilla at redhat.com
Tue Jan 14 09:10:30 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1052859

            Bug ID: 1052859
           Summary: Annoying dependency on Test::More
           Product: Fedora
           Version: rawhide
         Component: perl-Plack
          Assignee: rc040203 at freenet.de
          Reporter: bochecha at fedoraproject.org
        QA Contact: extras-qa at fedoraproject.org
                CC: perl-devel at lists.fedoraproject.org,
                    rc040203 at freenet.de



Description of problem:
The perl-Plack package requires Test::More.

Looking at the source code:

  $ grep -rI 'Test::More' .
  ./Makefile.PL:build_requires 'Test::More', 0.88;
  ./lib/Plack/Test/Suite.pm:use Test::More;
  ./lib/Plack/Test/Suite.pm:  use Test::More;
  ...

If I get this right, Plack::Test::Suite is not necessary to run a Plack web
application, so perhaps it could be split into a subpackage?

Version-Release number of selected component (if applicable):
This applies to all branches of Fedora, not just Rawhide.

-- 
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=sD4UBE6TjS&a=cc_unsubscribe



More information about the perl-devel mailing list