Math-3Space

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
### Developing
 
However if you're trying to build from a fresh Git checkout, you'll need
the Dist::Zilla tool (and many plugins) to create the Makefile.PL
 
    cpanm Dist::Zilla
    dzil authordeps | cpanm
    dzil build
 
While Dist::Zilla takes the busywork and mistakes out of module authorship,
it fails to address the need of XS authors to easily compile XS projects
and run single testcases, rather than the whole test suite.  For this, you
might find the following script handy:
 
    ./dzil-prove t/04-transform.t  # or any other testcase
 
which runs "dzil build" to get a clean dist, then enters the build directory
and runs "perl Makefile.PL" to compile the XS, then "prove -lvb t/04-transform.t
 
### Copyright



( run in 0.233 second using v1.01-cache-2.11-cpan-0d8aa00de5b )