• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Business/H08-Sep-2010-175,965171,773

t/H08-Sep-2010-9,6299,257

xt/H08-Sep-2010-7653

ChangesH A D08-Sep-20101.2 KiB3225

LICENSEH A D08-Sep-201020.1 KiB384309

MANIFESTH A D08-Sep-201034.3 KiB678677

Makefile.PLH A D08-Sep-2010780 2217

READMEH A D08-Sep-20101.1 KiB5230

TodoH A D08-Sep-2010331 129

README

1Business-EDI
2
3INSTALLATION
4
5To install this module, run the following commands:
6
7	perl Makefile.PL
8	make
9	make test
10	make install
11
12You may want to use "sudo make install", if you want it installed globally on
13your system.
14
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the
19perldoc command.
20
21    perldoc Business::EDI
22
23Development is coordinated via github, where you will find the most recent code:
24
25    http://github.com/atz/Business-EDI
26
27You can also look for information at:
28
29    RT, CPAN's request tracker
30        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Business-EDI
31
32    AnnoCPAN, Annotated CPAN documentation
33        http://annocpan.org/dist/Business-EDI
34
35    CPAN Ratings
36        http://cpanratings.perl.org/d/Business-EDI
37
38    Search CPAN
39        http://search.cpan.org/dist/Business-EDI/
40
41
42LICENSE AND COPYRIGHT
43
44Copyright (C) 2010 Joe Atzberger
45
46This program is free software; you can redistribute it and/or modify it
47under the terms of either: the GNU General Public License as published
48by the Free Software Foundation; or the Artistic License.
49
50See http://dev.perl.org/licenses/ for more information.
51
52