-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (24 loc) · 841 Bytes
/
README
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
32
33
34
35
36
37
38
39
40
41
42
43
44
part - split up a single input file into multiple files according to a column value
INSTALLATION
This is a Perl module distribution. It should be installed with whichever
tool you use to manage your installation of Perl, e.g. any of
cpanm .
cpan .
cpanp -i .
Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
Should you wish to install this module manually, the procedure is
perl Makefile.PL
make
make test
make install
REPOSITORY
The public repository of this program is
L<https://github.com/Corion/app-part>.
SUPPORT
The public support forum of this program is
L<https://perlmonks.org/>. The homepage is
L<https://perlmonks.org/?node_id=598718> .
BUG TRACKER
Please report bugs via L<https://perlmonks.org>.
AUTHOR
Copyright (c) 2007-2019 Max Maischein (C<< [email protected] >>)