We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5eeb3 commit d52a9f9Copy full SHA for d52a9f9
note/Hacking
@@ -0,0 +1,24 @@
1
+= HACKING
2
+
3
+To be able to build Jemplate you must first set up Dist::Zilla.
4
5
+% cpanm Dist::Zilla
6
+% dzil authordeps --missing | cpanm
7
+% dzil listdeps --missing | cpanm
8
9
+At this point the following command should complete successfully:
10
11
+% dzil build
12
13
+= TESTING
14
15
+The tests rely on Test::Base, as configured by the Dist::Zilla Plugin
16
+TestBaseIncluder. To run the tests you must have the git repository of
17
+Test::Base available in the parent directory!
18
19
+% git clone git@github.com:ingydotnet/test-base-pm.git ../test-base-pm
20
21
22
23
+% dzil test --release
24
0 commit comments