File: CONTRIBUTING.md

package info (click to toggle)
libdbd-csv-perl 0.5300-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: perl: 1,955; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (2)
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
# General

I am always open to improvements and suggestions.
Use [issues](https://github.com/perl5-dbi/DBD-CSV/issues)

As this is a module inside the perl5 DBI group, additional
requirements might apply.

Communicate on IRC with the co-maints: irc.perl.org channel #dbi

# Style

I will never accept pull request that do not strictly conform to my
style, however you might hate it. You can read the reasoning behind
my [preferences](http://tux.nl/style.html).

I really do not care about mixed spaces and tabs in (leading) whitespace

Perl::Tidy will help getting the code in shape, but as all software, it
is not perfect. You can find my preferences for these in
[.perltidy](https://github.com/Tux/Release-Checklist/blob/master/.perltidyrc) and
[.perlcritic](https://github.com/Tux/Release-Checklist/blob/master/.perlcriticrc).

# Requirements

The minimum version required to use this module is stated in
[Makefile.PL](./Makefile.PL)