-
Notifications
You must be signed in to change notification settings - Fork 12
/
HACKING
32 lines (24 loc) · 866 Bytes
/
HACKING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1] How to build L::M from Git
================================
* Install Dist::Zilla and its plugins
- Dist::Zilla::Plugin::Git
- Dist::Zilla::Plugin::RPM
- Dist::Zilla::Plugin::SurgicalPodWeaver
- Dist::Zilla::Plugin::AuthorsFromGit
* Run "dzil clean"
* Run "dzil build"
* Afterwards you should find an archive file
Lab-Measurement-VERSION.tar.gz which contains all files
as e.g. needed on CPAN, and an already unpacked directory
* There, you can continue with "perl Makefile.PL" ...
2] How to test L::M from Git
================================
* Run "prove --verbose -l -s -r t"
3] How to make a release of L::M
================================
* Install Dist::Zilla and its plugins
* Increase the version number in dist.ini
* Edit Changes, adding the new version and summarizing
the new developments
* Run "dzil clean"
* Run "dzil release"