Skip to content

Commit d52a9f9

Browse files
committed
Add note/Hacking to explain how to set up for Test::Base
1 parent ce5eeb3 commit d52a9f9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

note/Hacking

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
At this point the following command should complete successfully:
22+
23+
% dzil test --release
24+

0 commit comments

Comments
 (0)