Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Does Pod::Coverage::Moose work or am I just being obtuse?

by Your Mother (Archbishop)
on Feb 22, 2010 at 19:36 UTC ( [id://824690]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    pod_coverage_ok( "IsMoose",
                     { coverage_class => "Pod::Coverage::Moose" } );
    
  2. or download this
    package IsMoose;
    use Moose;
    ...
    =pod
    
    =cut
    
  3. or download this
    > prove test-moose-pod.t -v
    test-moose-pod.t ..
    ...
    All tests successful.
    Files=1, Tests=1,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.21 cusr 
    + 0.01 csys =  0.24 CPU)
    Result: PASS
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://824690]
Approved by toolic
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-25 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found