Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

#p5p finds your lack of failing tests disturbing

by Corion (Patriarch)
on Mar 27, 2017 at 17:42 UTC ( [id://1186105]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use lib '.';
    use vars '%module';
    ...
    # Loaded from Makefile.PL
    %module = get_module_info();
    my $module = $module{NAME};
    
  2. or download this
    perl -M-lib=. Makefile.PL && make && make test
    
  3. or download this
    # Windows syntax:
    set PERL5OPT=-M-lib=.
    perl Makefile.PL && dmake && prove -bl xt t
    
  4. or download this
    @rem Shell syntax:
    export PERL5OPT=-M-lib=.
    perl Makefile.PL && make && prove -bl xt t
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-18 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found