root/lang/perl/Ark-View-Email/trunk/README @ 38850

Revision 35903, 0.5 kB (checked in by haoyayoi, 4 years ago)

Initial commit

Line 
1This is Perl module Ark::View::Email.
2
3INSTALLATION
4
5Ark::View::Email installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan Ark::View::Email
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21Ark::View::Email documentation is available as in POD. So you can do:
22
23    % perldoc Ark::View::Email
24
25to read the documentation online with your favorite pager.
26
27haoyayoi
Note: See TracBrowser for help on using the browser.