Summary: | [NEW PORT] devel/p5-Test-Roo - Composable, reusable tests with roles and Moo | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Henk van Oers <hvo.pm> | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pi | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
portlint, make test, make check* , etc, all OK testbuilds are OK. Committed, thanks! A commit references this bug: Author: pi Date: Sun Jul 24 16:53:32 UTC 2016 New revision: 419012 URL: https://svnweb.freebsd.org/changeset/ports/419012 Log: New port: devel/p5-Test-Roo This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. WWW: http://search.cpan.org/dist/Test-Roo/ PR: 211337 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> Changes: head/devel/Makefile head/devel/p5-Test-Roo/ head/devel/p5-Test-Roo/Makefile head/devel/p5-Test-Roo/distinfo head/devel/p5-Test-Roo/pkg-descr head/devel/p5-Test-Roo/pkg-plist |
Created attachment 172937 [details] The sharfile of this new port This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency.