File: HACKING

package info (click to toggle)
libjson-hyper-perl 0.011-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 300 kB
  • sloc: perl: 3,529; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (3)
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
HACKING
=======

Generally speaking you should check out the latest copy of the code from
the source repository rather than using the CPAN distribution. The file
META.yml should contain a link to the source repository. If not, then
try https://bitbucket.org/tobyink or e-mail tobyink@cpan.org.


Source code formatting and white space
--------------------------------------

I tend to write using something approximating the Allman style, using tabs
for indentation and Unix-style line breaks.

	http://en.wikipedia.org/wiki/Indent_style#Allman_style
	http://www.derkarl.org/why_to_tabs.html

I nominally encode all source files as UTF-8, though in practice most of
them use a 7-bit-safe ASCII-compatible subset of UTF-8.


Dependencies
------------

Since October 2011, most of my releases have targeted Perl 5.10.