Skip to content
dagolden edited this page Mar 2, 2013 · 2 revisions

To try out strictperl, clone the perl 5 source, and do this:

$ git checkout dagolden/revive-strictperl
$ ./Configure -des -Dusedevel -Accflags=-DSTRICTPERL
$ make -j5

Then you can run make test and watch it break.

Clone this wiki locally