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