Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Product: Fedora Extras Version: devel Platform: All URL: http://search.cpan.org/dist/Test-use-ok/ OS/Version: Linux Status: NEW Severity: medium Priority: normal Component: Package Review AssignedTo: nobody@fedoraproject.org ReportedBy: cweyl@alumni.drew.edu QAContact: fedora-package-review@redhat.com
SRPM URL: http://home.comcast.net/~ckweyl/perl-Test-use-ok-0.02-1.fc6.src.rpm SPEC URL: http://home.comcast.net/~ckweyl/perl-Test-use-ok.spec
Description: According to the Test::More documentation, it is recommended to run use_ok() inside a BEGIN block, so functions are exported at compile-time and prototypes are properly honored.
However, people often either forget to add "BEGIN", or mistakenly group "use_ok" with other tests in a single "BEGIN" block, which can create subtle differences in execution order.
With this module, simply change all "use_ok" in test scripts to "use ok", and they will be executed at "BEGIN" time. The explicit space after "use" makes it clear that this is a single compile-time action.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
cweyl@alumni.drew.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias| |perl-Test-use-ok
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
cweyl@alumni.drew.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |235960 nThis| |
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
------- Additional Comments From rc040203@freenet.de 2007-04-10 23:21 EST ------- Missing:
BR: perl(ExtUtils::MakeMaker) BR: perl(Test::More) BR: perl(Test::Harness)
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
------- Additional Comments From cweyl@alumni.drew.edu 2007-04-10 23:28 EST ------- (In reply to comment #1)
Missing:
BR: perl(ExtUtils::MakeMaker) BR: perl(Test::More) BR: perl(Test::Harness)
So updated (thanks for the catch). Are we at the point now where we should expect to list all module dependencies, including code? (e.g., not just ExtUtils::MakeMaker).
SRPM URL: http://home.comcast.net/~ckweyl/perl-Test-use-ok-0.02-2.fc6.src.rpm SPEC URL: http://home.comcast.net/~ckweyl/perl-Test-use-ok.spec
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
------- Additional Comments From cweyl@alumni.drew.edu 2007-04-10 23:30 EST ------- (In reply to comment #2)
expect to list all module dependencies, including code? (e.g., not just
err, s/code/core/.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
------- Additional Comments From rc040203@freenet.de 2007-04-10 23:44 EST ------- (In reply to comment #2)
(In reply to comment #1)
Missing:
BR: perl(ExtUtils::MakeMaker) BR: perl(Test::More) BR: perl(Test::Harness)
So updated (thanks for the catch). Are we at the point now where we should expect to list all module dependencies, including code? (e.g., not just ExtUtils::MakeMaker).
Well, the list above is the result of testing the latest perl packaging (as discussed on perl-devel-list@), which has several modules formerly contained in "perl" split out. I don't know about RH's plans nor whether or when we're going to see this split perl package in Fedora.
A side-effect of this split-out is building perl-modules having to explictly BR: those "now/soon to be split-out" modules formerly having been in "perl" they actually use when building. In most cases this is "ExtUtils::MakeMaker", but ins some cases, it is more - This package is one of those case.
More generally: Blindly adding "BR: perl(ExtUtils::MakeMaker)" isn't the solution. One has to track down these modules individually. Fortunately, most package bomb out with build-failures pretty hard in a buildsystems carrying the "split perl" package.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
bugzilla@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|normal |medium
------- Additional Comments From cweyl@alumni.drew.edu 2007-04-25 01:21 EST ------- This package is a prereq of the Catalyst framework.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
panemade@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody@fedoraproject.org |panemade@gmail.com Flag| |fedora-review?
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
panemade@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-review? |fedora-review+
------- Additional Comments From panemade@gmail.com 2007-04-30 02:00 EST ------- Review: + package builds in mock (development i386). + rpmlint is silent for SRPM and for RPM. + source files match upstream url c49b0bbb37a6764b8b96d9fcef954ba2 Test-use-ok-0.02.tar.gz i+ package meets naming and packaging guidelines. + specfile is properly named, is cleanly written + Spec file is written in American English. + Spec file is legible. + dist tag is present. + build root is correct. + license is open source-compatible. + License text is included in package. + %doc is present. + BuildRequires are proper. + %clean is present. + package installed properly. + Macro use appears rather consistent. + Package contains code, not content. + no headers or static libraries. + no .pc file present. + no -devel subpackage + no .la files. + no translations are available + Does owns the directories it creates. + no scriptlets present. + no duplicates in %files. + file permissions are appropriate. + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01-basic....ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.03 cusr + 0.00 csys = 0.03 CPU) + Provides: perl(Test::use::ok) perl(ok)
APPROVED.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
------- Additional Comments From cweyl@alumni.drew.edu 2007-04-30 03:57 EST ------- New Package CVS Request ======================= Package Name: perl-Test-use-ok Short Description: Alternative to Test::More::use_ok Owners: cweyl@alumni.drew.edu Branches: FC-5, FC-6, devel InitialCC: fedora-perl-devel-list@redhat.com
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
cweyl@alumni.drew.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag| |fedora-cvs?
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
wtogami@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag|fedora-cvs? |fedora-cvs+
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: perl-Test-use-ok - Alternative to Test::More::use_ok Alias: perl-Test-use-ok
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235954
cweyl@alumni.drew.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NEXTRELEASE
------- Additional Comments From cweyl@alumni.drew.edu 2007-04-30 16:40 EST ------- Imported and building... Thanks for the review! :)
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=235954
Iain Arnell iarnell@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |iarnell@gmail.com Flag|fedora-cvs+ |fedora-cvs?
--- Comment #9 from Iain Arnell iarnell@gmail.com 2010-08-25 01:50:43 EDT --- Package Change Request ====================== Package Name: perl-Test-use-ok New Branches: el6 Owners: iarnell tremble InitialCC: perl-sig
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=235954
--- Comment #10 from Kevin Fenzi kevin@tummy.com 2010-08-25 13:10:17 EDT --- Git done (by process-git-requests).
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=235954
Paul Howarth paul@city-fan.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |paul@city-fan.org Flag|fedora-cvs+ |fedora-cvs?
--- Comment #11 from Paul Howarth paul@city-fan.org 2012-03-25 08:34:07 EDT --- Package Change Request ====================== Package Name: perl-Test-use-ok New Branches: el5 Owners: pghmcfc InitialCC: perl-sig
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=235954
--- Comment #12 from Jon Ciesla limburgher@gmail.com 2012-03-26 08:17:45 EDT --- Git done (by process-git-requests).
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=235954
--- Comment #13 from Fedora Update System updates@fedoraproject.org 2012-03-26 09:17:03 EDT --- perl-Test-use-ok-0.02-13.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/perl-Test-use-ok-0.02-13.el5
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=235954
--- Comment #14 from Fedora Update System updates@fedoraproject.org 2012-04-12 02:03:05 EDT --- perl-Test-use-ok-0.02-13.el5 has been pushed to the Fedora EPEL 5 stable repository.
package-review@lists.fedoraproject.org