[Bug 211357] [NEW PORT] devel/p5-MooseX-CoverableModifiers - Make Moose method modifiers Devel::Cover friendly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 25 05:07:57 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211357

            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 at FreeBSD.org
          Reporter: hvo.pm at xs4all.nl

Created attachment 172961
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172961&action=edit
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 they
can be seen by Devel::Cover and take parts in you coverage reports.

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

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


More information about the freebsd-ports-bugs mailing list