-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathMaintenance-Howto
More file actions
27 lines (21 loc) · 805 Bytes
/
Maintenance-Howto
File metadata and controls
27 lines (21 loc) · 805 Bytes
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
Howto and Reference for PDF::Create Maintenance
-----------------------------------------------
This file is a short reference for me to avoid forgetting stuff.
Publish a new release:
- Make sure all changes are committed (git status)
- Verify/Fix $VERSION in lib/PDF/Create.pm
-> This is the master for the version number
- Run git commit -a -m "Version x.yy"
- Run git tag -a x.yy -m "PDF::Create Version x.yy"
- Run make Makefile.PL
- Run make
- Run make manifest
- Run make test
- Run Changes.PL
- Add short description of essential changes to Changes file
- Run make dist
- Copy tar to AIX and test
- Upload tar.gz to pause.cpan.org
- Update $VERSION in lib/PDF/Create.pm to the future dev version
Example 1.05 -> 1.06-dev
- PerlTidy parameters: -ce -bar -sbl -l=132 -lp -vt=2 -cti=1 -sot