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

Automate multi-perl unit testing with Perlbrew/Berrybrew

by stevieb (Canon)
on Feb 09, 2016 at 19:18 UTC ( [id://1154760]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl build/brew_build.pl
    
  2. or download this
    perl build/brew_build.pl --reload 1 --count 3
    
  3. or download this
    perl build/brew_build.pl -d 1 -c -1
    
  4. or download this
    perl build/brew_build.pl -v 5.20.1
    
  5. or download this
    % perl build/brew_build.pl
    perl-5.23.7
    ...
    perl-5.20.3 :: PASS
    perl-5.22.1 :: PASS
    perl-5.23.7 :: PASS
    
  6. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
        results();
    }
    
  7. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    else {
        system "cpanm --installdeps . && dmake && dmake test";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-26 00:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found