[Bug 1494175] This package should mention that it includes Test:: More so that it is searchable with DNF or change its name

2017-09-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494175

mikey  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2017-09-21 12:51:36



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1494175] This package should mention that it includes Test:: More so that it is searchable with DNF or change its name

2017-09-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494175



--- Comment #3 from mikey  ---
Hi Paul. 

Thanks. This is indeed a very useful feature.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1494175] This package should mention that it includes Test:: More so that it is searchable with DNF or change its name

2017-09-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494175



--- Comment #2 from Paul Howarth  ---
It's called perl-Test-Simple because the upstream distribution on CPAN is
called Test-Simple (https://metacpan.org/release/Test-Simple).

Here's a useful trick for you: to install an arbitrary perl module from the
Fedora repos, even if you don't know which package it's in, e.g. Test::Simple,
do:

# dnf install 'perl(Name::Of::Module)'
e.g.
# dnf install 'perl(Test::Simple)'

The packages themselves use dependencies in this format because modules move
from one distribution to another from time to time, and this format works
whichever package ends up shipping a module.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1494175] This package should mention that it includes Test:: More so that it is searchable with DNF or change its name

2017-09-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494175



--- Comment #1 from mikey  ---
And is a dependency for just about any package you would want to install
through CPAN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org