Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2016 05:07:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211357] [NEW PORT] devel/p5-MooseX-CoverableModifiers - Make Moose method modifiers Devel::Cover friendly
Message-ID:  <bug-211357-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211357

            Bug ID: 211357
           Summary: [NEW PORT] devel/p5-MooseX-CoverableModifiers - Make
                    Moose method modifiers Devel::Cover friendly
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: hvo.pm@xs4all.nl

Created attachment 172961
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172961&action=
=3Dedit
The sharfile of this new port

Method modifiers are handy, but they are not Devel::Cover friendly. This is
because Perl makes package-level anonymous subroutines invisible to
Devel::Cover, and the modifiers are often anonymous subroutines.

MooseX::CoverableModifiers names the subroutines with Devel::Declare, so th=
ey
can be seen by Devel::Cover and take parts in you coverage reports.

The module has no effects unless Devel::Cover is loaded.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211357-13>