Help for this page

Select Code to Download


  1. or download this
    cpan Test::BrewBuild
    cd /path/to/MyModule
    brewbuild
    
  2. or download this
    perl-5.8.9 :: PASS
    perl-5.10.1 :: PASS
    perl-5.22.1 :: PASS
    perl-5.23.8 :: PASS
    
  3. or download this
    brewbuild --debug 7
    # or
    brewbuild -d 7
    
  4. or download this
    package Test::BrewBuild::Plugin::DefaultExec;
    
    ...
            my $make = -e 'Makefile.PL' ? 'make' : './Build';
                system "cpanm --installdeps . && $make && $make test";
    }
    
  5. or download this
    brewbuild --plugin 'Test::BrewBuild::Plugin::CustomPlugin'
    # or just set the TBB_PLUGIN environment variable to make it persisten
    +t
    
  6. or download this
    brewbuild --remove --count 2
    
  7. or download this
    brewbuild --count 1
    
  8. or download this
    brewbuild --version 5.20.3 -v 5.22.1 -v 5.8.9